#6611C0

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

Shades of Purple Heart #6611C0

Tints of Purple Heart #6611C0

Color information

#6611C0 (or 0x6611C0) is unknown color: approx Purple Heart. HEX triplet: 66, 11 and C0. RGB value is (102,17,192). Sum of RGB (Red+Green+Blue) = 102+17+192=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #6611C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611C0 is #99EE3F. Grayscale: #3D3D3D. Windows color (decimal): -10088000 or 12587366. OLE color: 12587366.

HSL color Cylindrical-coordinate representation of color #6611C0: hue angle of 269.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6611C0 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10217192-
CMYK0.470.9100.25
HSL269.14º83.73%40.98%-
HSV(B)269.14º91.15%75.29%-
XYZ15.197.0350.43-
YUV62.36201.16156.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 17 (7.03% from 255) = 5.47%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=32.80%
G=5.47%
B=61.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102171920.470.9100.25269.1483.7340.98
Hex6611C02F5B01910d5429
Octal146213005713303141512451
Binary1100110100011100000010111110110110110011000011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6611C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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