#6916b6

Color #6916B6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6916B6

Tints of Purple Heart #6916B6

Color information

#6916B6 (or 0x6916B6) is unknown color: approx Purple Heart. HEX triplet: 69, 16 and B6. RGB value is (105,22,182). Sum of RGB (Red+Green+Blue) = 105+22+182=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #6916B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6916B6 is #96E949. Grayscale: #404040. Windows color (decimal): -9890122 or 11933289. OLE color: 11933289.

HSL color Cylindrical-coordinate representation of color #6916B6: hue angle of 271.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6916B6 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10522182-
CMYK0.420.8800.29
HSL271.12º78.43%40%-
HSV(B)271.12º87.91%71.37%-
XYZ14.566.9544.83-
YUV65.06194156.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=33.98%
G=7.12%
B=58.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105221820.420.8800.29271.1278.4340
Hex6916B62A5801D10f4e28
Octal151262665213003541711650
Binary1101001101101011011010101010110000111011000011111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6916b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6916b6; }

 p { color: rgb(105,22,182); }

 H1.HeaderClassName
 {
   color: #6916b6;
 }
 .AnyTagClassName
 {
   color: #6916b6;
 }
</style>
background-color css

<style>
 a { background-color: #6916b6; }

 a { background-color: rgb(105,22,182); }

 div.DivClassName
 {
   background-color: #6916b6;
 }
 .BgClassName
 {
   background-color: #6916b6;
 }
</style>
border-color css

<style>
 span { border-color: #6916b6; }

 span { border-color: rgb(105,22,182); }

 td.TdClassName
 {
   border-color: #6916b6;
 }
 .TagClassName
 {
   border-color: #6916b6;
 }
</style>