Shades of Purple Heart #660CC9
Tints of Purple Heart #660CC9
RGB
CMYK
RGB Variations
Color information
#660CC9 (or 0x660CC9) is known color: Purple Heart. HEX triplet: 66, 0C and C9. RGB value is (102,12,201). Sum of RGB (Red+Green+Blue) = 102+12+201=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #660CC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CC9 is #99F336. Grayscale: #3B3B3B. Windows color (decimal): -10089271 or 13175910. OLE color: 13175910.
HSL color Cylindrical-coordinate representation of color #660CC9: hue angle of 268.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660CC9 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 12 | 201 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.21 |
| HSL | 268.57º | 0.89% | 0.42% | - |
| HSV(B) | 268.57º | 0.94% | 0.79% | - |
| XYZ | 16.15 | 7.3 | 55.82 | - |
| YUV | 60.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 201 | 0.49 | 0.94 | 0 | 0.21 | 268.57 | 0.89 | 0.42 |
| Hex | 66 | C | C9 | 31 | 5E | 0 | 15 | 10D | 59 | 2A |
| Octal | 146 | 14 | 311 | 61 | 136 | 0 | 25 | 415 | 131 | 52 |
| Binary | 1100110 | 1100 | 11001001 | 110001 | 1011110 | 0 | 10101 | 100001101 | 1011001 | 101010 |
Color Harmonies of #660CC9
Complementary color
Monochromatic Colors of #660CC9
Black with #660CC9
Text Example
Text Example
White with #660CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CC9; }
p { color: rgb(102,12,201); }
H1.HeaderClassName
{
color: #660CC9;
}
.AnyTagClassName
{
color: #660CC9;
}
</style>
background-color css
<style>
a { background-color: #660CC9; }
a { background-color: rgb(102,12,201); }
div.DivClassName
{
background-color: #660CC9;
}
.BgClassName
{
background-color: #660CC9;
}
</style>
border-color css
<style>
span { border-color: #660CC9; }
span { border-color: rgb(102,12,201); }
td.TdClassName
{
border-color: #660CC9;
}
.TagClassName
{
border-color: #660CC9;
}
</style>