#6610CC

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

Shades of Purple Heart #6610CC

Tints of Purple Heart #6610CC

Color information

#6610CC (or 0x6610CC) is unknown color: approx Purple Heart. HEX triplet: 66, 10 and CC. RGB value is (102,16,204). Sum of RGB (Red+Green+Blue) = 102+16+204=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #6610CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610CC is #99EF33. Grayscale: #3E3E3E. Windows color (decimal): -10088244 or 13373542. OLE color: 13373542.

HSL color Cylindrical-coordinate representation of color #6610CC: hue angle of 267.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6610CC is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10216204-
CMYK0.50.9200.2
HSL267.45º85.45%43.14%-
HSV(B)267.45º92.16%80%-
XYZ16.567.5557.71-
YUV63.15207.49155.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=31.68%
G=4.97%
B=63.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102162040.50.9200.2267.4585.4543.14
Hex6610CC325C01410b552b
Octal146203146213402441312553
Binary1100110100001100110011001010111000101001000010111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6610CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6610CC; }

 p { color: rgb(102,16,204); }

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

<style>
 a { background-color: #6610CC; }

 a { background-color: rgb(102,16,204); }

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

<style>
 span { border-color: #6610CC; }

 span { border-color: rgb(102,16,204); }

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