Shades of Purple Heart #660FB8
Tints of Purple Heart #660FB8
RGB
CMYK
RGB Variations
Color information
#660FB8 (or 0x660FB8) is known color: Purple Heart. HEX triplet: 66, 0F and B8. RGB value is (102,15,184). Sum of RGB (Red+Green+Blue) = 102+15+184=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #660FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FB8 is #99F047. Grayscale: #3B3B3B. Windows color (decimal): -10088520 or 12062566. OLE color: 12062566.
HSL color Cylindrical-coordinate representation of color #660FB8: hue angle of 270.89º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660FB8 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 15 | 184 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.28 |
| HSL | 270.89º | 0.85% | 0.39% | - |
| HSV(B) | 270.89º | 0.92% | 0.72% | - |
| XYZ | 14.3 | 6.63 | 45.87 | - |
| YUV | 60.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 184 | 0.45 | 0.92 | 0 | 0.28 | 270.89 | 0.85 | 0.39 |
| Hex | 66 | F | B8 | 2D | 5C | 0 | 1C | 10F | 55 | 27 |
| Octal | 146 | 17 | 270 | 55 | 134 | 0 | 34 | 417 | 125 | 47 |
| Binary | 1100110 | 1111 | 10111000 | 101101 | 1011100 | 0 | 11100 | 100001111 | 1010101 | 100111 |
Color Harmonies of #660FB8
Complementary color
Monochromatic Colors of #660FB8
Black with #660FB8
Text Example
Text Example
White with #660FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FB8; }
p { color: rgb(102,15,184); }
H1.HeaderClassName
{
color: #660FB8;
}
.AnyTagClassName
{
color: #660FB8;
}
</style>
background-color css
<style>
a { background-color: #660FB8; }
a { background-color: rgb(102,15,184); }
div.DivClassName
{
background-color: #660FB8;
}
.BgClassName
{
background-color: #660FB8;
}
</style>
border-color css
<style>
span { border-color: #660FB8; }
span { border-color: rgb(102,15,184); }
td.TdClassName
{
border-color: #660FB8;
}
.TagClassName
{
border-color: #660FB8;
}
</style>