#6609B6

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

Shades of Purple Heart #6609B6

Tints of Purple Heart #6609B6

Color information

#6609B6 (or 0x6609B6) is unknown color: approx Purple Heart. HEX triplet: 66, 09 and B6. RGB value is (102,9,182). Sum of RGB (Red+Green+Blue) = 102+9+182=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #6609B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609B6 is #99F649. Grayscale: #373737. Windows color (decimal): -10090058 or 11929958. OLE color: 11929958.

HSL color Cylindrical-coordinate representation of color #6609B6: hue angle of 272.25º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6609B6 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1029182-
CMYK0.440.9500.29
HSL272.25º90.58%37.45%-
HSV(B)272.25º95.05%71.37%-
XYZ14.026.444.75-
YUV56.53198.81160.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 182 (71.48% from 255) = 62.12%
R=34.81%
G=3.07%
B=62.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10291820.440.9500.29272.2590.5837.45
Hex669B62C5F01D1105b25
Octal146112665413703542013345
Binary110011010011011011010110010111110111011000100001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6609B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6609B6; }

 p { color: rgb(102,9,182); }

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

<style>
 a { background-color: #6609B6; }

 a { background-color: rgb(102,9,182); }

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

<style>
 span { border-color: #6609B6; }

 span { border-color: rgb(102,9,182); }

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