Shades of Purple Heart #660DCC
Tints of Purple Heart #660DCC
RGB
CMYK
RGB Variations
Color information
#660DCC (or 0x660DCC) is known color: Purple Heart. HEX triplet: 66, 0D and CC. RGB value is (102,13,204). Sum of RGB (Red+Green+Blue) = 102+13+204=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #660DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DCC is #99F233. Grayscale: #3C3C3C. Windows color (decimal): -10089012 or 13372774. OLE color: 13372774.
HSL color Cylindrical-coordinate representation of color #660DCC: hue angle of 267.96º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660DCC is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 13 | 204 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.2 |
| HSL | 267.96º | 0.88% | 0.43% | - |
| HSV(B) | 267.96º | 0.94% | 0.8% | - |
| XYZ | 16.52 | 7.47 | 57.7 | - |
| YUV | 61.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 204 | 0.5 | 0.94 | 0 | 0.2 | 267.96 | 0.88 | 0.43 |
| Hex | 66 | D | CC | 32 | 5E | 0 | 14 | 10C | 58 | 2B |
| Octal | 146 | 15 | 314 | 62 | 136 | 0 | 24 | 414 | 130 | 53 |
| Binary | 1100110 | 1101 | 11001100 | 110010 | 1011110 | 0 | 10100 | 100001100 | 1011000 | 101011 |
Color Harmonies of #660DCC
Complementary color
Monochromatic Colors of #660DCC
Black with #660DCC
Text Example
Text Example
White with #660DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DCC; }
p { color: rgb(102,13,204); }
H1.HeaderClassName
{
color: #660DCC;
}
.AnyTagClassName
{
color: #660DCC;
}
</style>
background-color css
<style>
a { background-color: #660DCC; }
a { background-color: rgb(102,13,204); }
div.DivClassName
{
background-color: #660DCC;
}
.BgClassName
{
background-color: #660DCC;
}
</style>
border-color css
<style>
span { border-color: #660DCC; }
span { border-color: rgb(102,13,204); }
td.TdClassName
{
border-color: #660DCC;
}
.TagClassName
{
border-color: #660DCC;
}
</style>