Shades of Purple Heart #660BBF
Tints of Purple Heart #660BBF
RGB
CMYK
RGB Variations
Color information
#660BBF (or 0x660BBF) is known color: Purple Heart. HEX triplet: 66, 0B and BF. RGB value is (102,11,191). Sum of RGB (Red+Green+Blue) = 102+11+191=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #660BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BBF is #99F440. Grayscale: #3A3A3A. Windows color (decimal): -10089537 or 12520294. OLE color: 12520294.
HSL color Cylindrical-coordinate representation of color #660BBF: hue angle of 270.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660BBF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 11 | 191 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.25 |
| HSL | 270.33º | 0.89% | 0.4% | - |
| HSV(B) | 270.33º | 0.94% | 0.75% | - |
| XYZ | 15 | 6.83 | 49.82 | - |
| YUV | 58.73 | 202.65 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 191 | 0.47 | 0.94 | 0 | 0.25 | 270.33 | 0.89 | 0.4 |
| Hex | 66 | B | BF | 2F | 5E | 0 | 19 | 10E | 59 | 28 |
| Octal | 146 | 13 | 277 | 57 | 136 | 0 | 31 | 416 | 131 | 50 |
| Binary | 1100110 | 1011 | 10111111 | 101111 | 1011110 | 0 | 11001 | 100001110 | 1011001 | 101000 |
Color Harmonies of #660BBF
Complementary color
Monochromatic Colors of #660BBF
Black with #660BBF
Text Example
Text Example
White with #660BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BBF; }
p { color: rgb(102,11,191); }
H1.HeaderClassName
{
color: #660BBF;
}
.AnyTagClassName
{
color: #660BBF;
}
</style>
background-color css
<style>
a { background-color: #660BBF; }
a { background-color: rgb(102,11,191); }
div.DivClassName
{
background-color: #660BBF;
}
.BgClassName
{
background-color: #660BBF;
}
</style>
border-color css
<style>
span { border-color: #660BBF; }
span { border-color: rgb(102,11,191); }
td.TdClassName
{
border-color: #660BBF;
}
.TagClassName
{
border-color: #660BBF;
}
</style>