Shades of Purple Heart #660CC5
Tints of Purple Heart #660CC5
RGB
CMYK
RGB Variations
Color information
#660CC5 (or 0x660CC5) is known color: Purple Heart. HEX triplet: 66, 0C and C5. RGB value is (102,12,197). Sum of RGB (Red+Green+Blue) = 102+12+197=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #660CC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CC5 is #99F33A. Grayscale: #3B3B3B. Windows color (decimal): -10089275 or 12913766. OLE color: 12913766.
HSL color Cylindrical-coordinate representation of color #660CC5: hue angle of 269.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660CC5 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 12 | 197 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.23 |
| HSL | 269.19º | 0.89% | 0.41% | - |
| HSV(B) | 269.19º | 0.94% | 0.77% | - |
| XYZ | 15.69 | 7.12 | 53.37 | - |
| YUV | 60 | 205.32 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 197 | 0.48 | 0.94 | 0 | 0.23 | 269.19 | 0.89 | 0.41 |
| Hex | 66 | C | C5 | 30 | 5E | 0 | 17 | 10D | 59 | 29 |
| Octal | 146 | 14 | 305 | 60 | 136 | 0 | 27 | 415 | 131 | 51 |
| Binary | 1100110 | 1100 | 11000101 | 110000 | 1011110 | 0 | 10111 | 100001101 | 1011001 | 101001 |
Color Harmonies of #660CC5
Complementary color
Monochromatic Colors of #660CC5
Black with #660CC5
Text Example
Text Example
White with #660CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CC5; }
p { color: rgb(102,12,197); }
H1.HeaderClassName
{
color: #660CC5;
}
.AnyTagClassName
{
color: #660CC5;
}
</style>
background-color css
<style>
a { background-color: #660CC5; }
a { background-color: rgb(102,12,197); }
div.DivClassName
{
background-color: #660CC5;
}
.BgClassName
{
background-color: #660CC5;
}
</style>
border-color css
<style>
span { border-color: #660CC5; }
span { border-color: rgb(102,12,197); }
td.TdClassName
{
border-color: #660CC5;
}
.TagClassName
{
border-color: #660CC5;
}
</style>