#6600CD

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

Shades of Purple Heart #6600CD

Tints of Purple Heart #6600CD

Color information

#6600CD (or 0x6600CD) is unknown color: approx Purple Heart. HEX triplet: 66, 00 and CD. RGB value is (102,0,205). Sum of RGB (Red+Green+Blue) = 102+0+205=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #6600CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600CD is #99FF32. Grayscale: #353535. Windows color (decimal): -10092339 or 13434982. OLE color: 13434982.

HSL color Cylindrical-coordinate representation of color #6600CD: hue angle of 269.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600CD is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1020205-
CMYK0.50100.20
HSL269.85º100%40.2%-
HSV(B)269.85º100%80.39%-
XYZ16.57.2358.28-
YUV53.87213.29162.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 66.78%
R=33.22%
G=0%
B=66.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10202050.50100.20269.8510040.2
Hex660CD326401410e6428
Octal14603156214402441614450
Binary110011001100110111001011001000101001000011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6600CD; }

 p { color: rgb(102,0,205); }

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

<style>
 a { background-color: #6600CD; }

 a { background-color: rgb(102,0,205); }

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

<style>
 span { border-color: #6600CD; }

 span { border-color: rgb(102,0,205); }

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