#6611CA

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

Shades of Purple Heart #6611CA

Tints of Purple Heart #6611CA

Color information

#6611CA (or 0x6611CA) is unknown color: approx Purple Heart. HEX triplet: 66, 11 and CA. RGB value is (102,17,202). Sum of RGB (Red+Green+Blue) = 102+17+202=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #6611CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611CA is #99EE35. Grayscale: #3E3E3E. Windows color (decimal): -10087990 or 13242726. OLE color: 13242726.

HSL color Cylindrical-coordinate representation of color #6611CA: hue angle of 267.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6611CA is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10217202-
CMYK0.500.9200.21
HSL267.57º84.47%42.94%-
HSV(B)267.57º91.58%79.22%-
XYZ16.347.4956.46-
YUV63.5206.16155.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=31.78%
G=5.30%
B=62.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102172020.500.9200.21267.5784.4742.94
Hex6611CA325C01510c542b
Octal146213126213402541412453
Binary1100110100011100101011001010111000101011000011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6611CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6611CA; }

 p { color: rgb(102,17,202); }

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

<style>
 a { background-color: #6611CA; }

 a { background-color: rgb(102,17,202); }

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

<style>
 span { border-color: #6611CA; }

 span { border-color: rgb(102,17,202); }

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