#6606CB

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

Shades of Purple Heart #6606CB

Tints of Purple Heart #6606CB

Color information

#6606CB (or 0x6606CB) is unknown color: approx Purple Heart. HEX triplet: 66, 06 and CB. RGB value is (102,6,203). Sum of RGB (Red+Green+Blue) = 102+6+203=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #6606CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606CB is #99F934. Grayscale: #383838. Windows color (decimal): -10090805 or 13305446. OLE color: 13305446.

HSL color Cylindrical-coordinate representation of color #6606CB: hue angle of 269.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606CB is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1026203-
CMYK0.500.9700.20
HSL269.24º94.26%40.98%-
HSV(B)269.24º97.04%79.61%-
XYZ16.327.2757.04-
YUV57.16210.3159.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 203 (79.69% from 255) = 65.27%
R=32.80%
G=1.93%
B=65.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10262030.500.9700.20269.2494.2640.98
Hex666CB326101410d5e29
Octal14663136214102441513651
Binary11001101101100101111001011000010101001000011011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6606CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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