#6606B9

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

Shades of Purple Heart #6606B9

Tints of Purple Heart #6606B9

Color information

#6606B9 (or 0x6606B9) is unknown color: approx Purple Heart. HEX triplet: 66, 06 and B9. RGB value is (102,6,185). Sum of RGB (Red+Green+Blue) = 102+6+185=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #6606B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606B9 is #99F946. Grayscale: #363636. Windows color (decimal): -10090823 or 12125798. OLE color: 12125798.

HSL color Cylindrical-coordinate representation of color #6606B9: hue angle of 272.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606B9 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1026185-
CMYK0.450.9700.27
HSL272.18º93.72%37.45%-
HSV(B)272.18º96.76%72.55%-
XYZ14.36.4646.39-
YUV55.11201.3161.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 185 (72.66% from 255) = 63.14%
R=34.81%
G=2.05%
B=63.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10261850.450.9700.27272.1893.7237.45
Hex666B92D6101B1105e25
Octal14662715514103342013645
Binary11001101101011100110110111000010110111000100001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6606B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6606B9; }

 p { color: rgb(102,6,185); }

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

<style>
 a { background-color: #6606B9; }

 a { background-color: rgb(102,6,185); }

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

<style>
 span { border-color: #6606B9; }

 span { border-color: rgb(102,6,185); }

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