Shades of Purple Heart #660FCD
Tints of Purple Heart #660FCD
RGB
CMYK
RGB Variations
Color information
#660FCD (or 0x660FCD) is known color: Purple Heart. HEX triplet: 66, 0F and CD. RGB value is (102,15,205). Sum of RGB (Red+Green+Blue) = 102+15+205=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #660FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FCD is #99F032. Grayscale: #3E3E3E. Windows color (decimal): -10088499 or 13438822. OLE color: 13438822.
HSL color Cylindrical-coordinate representation of color #660FCD: hue angle of 267.47º 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 #660FCD is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 15 | 205 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.20 |
| HSL | 267.47º | 0.86% | 0.43% | - |
| HSV(B) | 267.47º | 0.93% | 0.8% | - |
| XYZ | 16.67 | 7.57 | 58.34 | - |
| YUV | 62.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 205 | 0.50 | 0.93 | 0 | 0.20 | 267.47 | 0.86 | 0.43 |
| Hex | 66 | F | CD | 32 | 5D | 0 | 14 | 10B | 56 | 2B |
| Octal | 146 | 17 | 315 | 62 | 135 | 0 | 24 | 413 | 126 | 53 |
| Binary | 1100110 | 1111 | 11001101 | 110010 | 1011101 | 0 | 10100 | 100001011 | 1010110 | 101011 |
Color Harmonies of #660FCD
Complementary color
Monochromatic Colors of #660FCD
Black with #660FCD
Text Example
Text Example
White with #660FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FCD; }
p { color: rgb(102,15,205); }
H1.HeaderClassName
{
color: #660FCD;
}
.AnyTagClassName
{
color: #660FCD;
}
</style>
background-color css
<style>
a { background-color: #660FCD; }
a { background-color: rgb(102,15,205); }
div.DivClassName
{
background-color: #660FCD;
}
.BgClassName
{
background-color: #660FCD;
}
</style>
border-color css
<style>
span { border-color: #660FCD; }
span { border-color: rgb(102,15,205); }
td.TdClassName
{
border-color: #660FCD;
}
.TagClassName
{
border-color: #660FCD;
}
</style>