Shades of Purple Heart #662CCC
Tints of Purple Heart #662CCC
RGB
CMYK
RGB Variations
Color information
#662CCC (or 0x662CCC) is known color: Purple Heart. HEX triplet: 66, 2C and CC. RGB value is (102,44,204). Sum of RGB (Red+Green+Blue) = 102+44+204=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #662CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CCC is #99D333. Grayscale: #4F4F4F. Windows color (decimal): -10081076 or 13380710. OLE color: 13380710.
HSL color Cylindrical-coordinate representation of color #662CCC: hue angle of 261.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662CCC is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 44 | 204 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.2 |
| HSL | 261.75º | 0.65% | 0.49% | - |
| HSV(B) | 261.75º | 0.78% | 0.8% | - |
| XYZ | 17.28 | 8.99 | 57.95 | - |
| YUV | 79.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 204 | 0.5 | 0.78 | 0 | 0.2 | 261.75 | 0.65 | 0.49 |
| Hex | 66 | 2C | CC | 32 | 4E | 0 | 14 | 106 | 41 | 31 |
| Octal | 146 | 54 | 314 | 62 | 116 | 0 | 24 | 406 | 101 | 61 |
| Binary | 1100110 | 101100 | 11001100 | 110010 | 1001110 | 0 | 10100 | 100000110 | 1000001 | 110001 |
Color Harmonies of #662CCC
Complementary color
Monochromatic Colors of #662CCC
Black with #662CCC
Text Example
Text Example
White with #662CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662CCC; }
p { color: rgb(102,44,204); }
H1.HeaderClassName
{
color: #662CCC;
}
.AnyTagClassName
{
color: #662CCC;
}
</style>
background-color css
<style>
a { background-color: #662CCC; }
a { background-color: rgb(102,44,204); }
div.DivClassName
{
background-color: #662CCC;
}
.BgClassName
{
background-color: #662CCC;
}
</style>
border-color css
<style>
span { border-color: #662CCC; }
span { border-color: rgb(102,44,204); }
td.TdClassName
{
border-color: #662CCC;
}
.TagClassName
{
border-color: #662CCC;
}
</style>