Shades of Purple Heart #660FCC
Tints of Purple Heart #660FCC
RGB
CMYK
RGB Variations
Color information
#660FCC (or 0x660FCC) is known color: Purple Heart. HEX triplet: 66, 0F and CC. RGB value is (102,15,204). Sum of RGB (Red+Green+Blue) = 102+15+204=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #660FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FCC is #99F033. Grayscale: #3D3D3D. Windows color (decimal): -10088500 or 13373286. OLE color: 13373286.
HSL color Cylindrical-coordinate representation of color #660FCC: hue angle of 267.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FCC is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 15 | 204 | - |
| CMYK | 0.5 | 0.93 | 0 | 0.2 |
| HSL | 267.62º | 0.86% | 0.43% | - |
| HSV(B) | 267.62º | 0.93% | 0.8% | - |
| XYZ | 16.55 | 7.53 | 57.71 | - |
| YUV | 62.56 | 207.82 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 204 | 0.5 | 0.93 | 0 | 0.2 | 267.62 | 0.86 | 0.43 |
| Hex | 66 | F | CC | 32 | 5D | 0 | 14 | 10C | 56 | 2B |
| Octal | 146 | 17 | 314 | 62 | 135 | 0 | 24 | 414 | 126 | 53 |
| Binary | 1100110 | 1111 | 11001100 | 110010 | 1011101 | 0 | 10100 | 100001100 | 1010110 | 101011 |
Color Harmonies of #660FCC
Complementary color
Monochromatic Colors of #660FCC
Black with #660FCC
Text Example
Text Example
White with #660FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FCC; }
p { color: rgb(102,15,204); }
H1.HeaderClassName
{
color: #660FCC;
}
.AnyTagClassName
{
color: #660FCC;
}
</style>
background-color css
<style>
a { background-color: #660FCC; }
a { background-color: rgb(102,15,204); }
div.DivClassName
{
background-color: #660FCC;
}
.BgClassName
{
background-color: #660FCC;
}
</style>
border-color css
<style>
span { border-color: #660FCC; }
span { border-color: rgb(102,15,204); }
td.TdClassName
{
border-color: #660FCC;
}
.TagClassName
{
border-color: #660FCC;
}
</style>