Shades of Purple Heart #661CCC
Tints of Purple Heart #661CCC
RGB
CMYK
RGB Variations
Color information
#661CCC (or 0x661CCC) is known color: Purple Heart. HEX triplet: 66, 1C and CC. RGB value is (102,28,204). Sum of RGB (Red+Green+Blue) = 102+28+204=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #661CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CCC is #99E333. Grayscale: #454545. Windows color (decimal): -10085172 or 13376614. OLE color: 13376614.
HSL color Cylindrical-coordinate representation of color #661CCC: hue angle of 265.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661CCC is Cyan = 0.5, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 28 | 204 | - |
| CMYK | 0.5 | 0.86 | 0 | 0.2 |
| HSL | 265.23º | 0.76% | 0.45% | - |
| HSV(B) | 265.23º | 0.86% | 0.8% | - |
| XYZ | 16.79 | 8.01 | 57.79 | - |
| YUV | 70.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 204 | 0.5 | 0.86 | 0 | 0.2 | 265.23 | 0.76 | 0.45 |
| Hex | 66 | 1C | CC | 32 | 56 | 0 | 14 | 109 | 4C | 2D |
| Octal | 146 | 34 | 314 | 62 | 126 | 0 | 24 | 411 | 114 | 55 |
| Binary | 1100110 | 11100 | 11001100 | 110010 | 1010110 | 0 | 10100 | 100001001 | 1001100 | 101101 |
Color Harmonies of #661CCC
Complementary color
Monochromatic Colors of #661CCC
Black with #661CCC
Text Example
Text Example
White with #661CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CCC; }
p { color: rgb(102,28,204); }
H1.HeaderClassName
{
color: #661CCC;
}
.AnyTagClassName
{
color: #661CCC;
}
</style>
background-color css
<style>
a { background-color: #661CCC; }
a { background-color: rgb(102,28,204); }
div.DivClassName
{
background-color: #661CCC;
}
.BgClassName
{
background-color: #661CCC;
}
</style>
border-color css
<style>
span { border-color: #661CCC; }
span { border-color: rgb(102,28,204); }
td.TdClassName
{
border-color: #661CCC;
}
.TagClassName
{
border-color: #661CCC;
}
</style>