Shades of Purple Heart #660FBC
Tints of Purple Heart #660FBC
RGB
CMYK
RGB Variations
Color information
#660FBC (or 0x660FBC) is known color: Purple Heart. HEX triplet: 66, 0F and BC. RGB value is (102,15,188). Sum of RGB (Red+Green+Blue) = 102+15+188=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #660FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FBC is #99F043. Grayscale: #3C3C3C. Windows color (decimal): -10088516 or 12324710. OLE color: 12324710.
HSL color Cylindrical-coordinate representation of color #660FBC: hue angle of 270.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660FBC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 15 | 188 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.26 |
| HSL | 270.17º | 0.85% | 0.4% | - |
| HSV(B) | 270.17º | 0.92% | 0.74% | - |
| XYZ | 14.73 | 6.8 | 48.11 | - |
| YUV | 60.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 188 | 0.46 | 0.92 | 0 | 0.26 | 270.17 | 0.85 | 0.4 |
| Hex | 66 | F | BC | 2E | 5C | 0 | 1A | 10E | 55 | 28 |
| Octal | 146 | 17 | 274 | 56 | 134 | 0 | 32 | 416 | 125 | 50 |
| Binary | 1100110 | 1111 | 10111100 | 101110 | 1011100 | 0 | 11010 | 100001110 | 1010101 | 101000 |
Color Harmonies of #660FBC
Complementary color
Monochromatic Colors of #660FBC
Black with #660FBC
Text Example
Text Example
White with #660FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FBC; }
p { color: rgb(102,15,188); }
H1.HeaderClassName
{
color: #660FBC;
}
.AnyTagClassName
{
color: #660FBC;
}
</style>
background-color css
<style>
a { background-color: #660FBC; }
a { background-color: rgb(102,15,188); }
div.DivClassName
{
background-color: #660FBC;
}
.BgClassName
{
background-color: #660FBC;
}
</style>
border-color css
<style>
span { border-color: #660FBC; }
span { border-color: rgb(102,15,188); }
td.TdClassName
{
border-color: #660FBC;
}
.TagClassName
{
border-color: #660FBC;
}
</style>