Shades of Purple Heart #660CBB
Tints of Purple Heart #660CBB
RGB
CMYK
RGB Variations
Color information
#660CBB (or 0x660CBB) is known color: Purple Heart. HEX triplet: 66, 0C and BB. RGB value is (102,12,187). Sum of RGB (Red+Green+Blue) = 102+12+187=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #660CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CBB is #99F344. Grayscale: #3A3A3A. Windows color (decimal): -10089285 or 12258406. OLE color: 12258406.
HSL color Cylindrical-coordinate representation of color #660CBB: hue angle of 270.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660CBB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 12 | 187 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.27 |
| HSL | 270.86º | 0.88% | 0.39% | - |
| HSV(B) | 270.86º | 0.94% | 0.73% | - |
| XYZ | 14.58 | 6.68 | 47.53 | - |
| YUV | 58.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 187 | 0.45 | 0.94 | 0 | 0.27 | 270.86 | 0.88 | 0.39 |
| Hex | 66 | C | BB | 2D | 5E | 0 | 1B | 10F | 58 | 27 |
| Octal | 146 | 14 | 273 | 55 | 136 | 0 | 33 | 417 | 130 | 47 |
| Binary | 1100110 | 1100 | 10111011 | 101101 | 1011110 | 0 | 11011 | 100001111 | 1011000 | 100111 |
Color Harmonies of #660CBB
Complementary color
Monochromatic Colors of #660CBB
Black with #660CBB
Text Example
Text Example
White with #660CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CBB; }
p { color: rgb(102,12,187); }
H1.HeaderClassName
{
color: #660CBB;
}
.AnyTagClassName
{
color: #660CBB;
}
</style>
background-color css
<style>
a { background-color: #660CBB; }
a { background-color: rgb(102,12,187); }
div.DivClassName
{
background-color: #660CBB;
}
.BgClassName
{
background-color: #660CBB;
}
</style>
border-color css
<style>
span { border-color: #660CBB; }
span { border-color: rgb(102,12,187); }
td.TdClassName
{
border-color: #660CBB;
}
.TagClassName
{
border-color: #660CBB;
}
</style>