Shades of Purple Heart #660CBC
Tints of Purple Heart #660CBC
RGB
CMYK
RGB Variations
Color information
#660CBC (or 0x660CBC) is known color: Purple Heart. HEX triplet: 66, 0C and BC. RGB value is (102,12,188). Sum of RGB (Red+Green+Blue) = 102+12+188=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #660CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CBC is #99F343. Grayscale: #3A3A3A. Windows color (decimal): -10089284 or 12323942. OLE color: 12323942.
HSL color Cylindrical-coordinate representation of color #660CBC: hue angle of 270.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660CBC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 12 | 188 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.26 |
| HSL | 270.68º | 0.88% | 0.39% | - |
| HSV(B) | 270.68º | 0.94% | 0.74% | - |
| XYZ | 14.69 | 6.72 | 48.1 | - |
| YUV | 58.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 188 | 0.46 | 0.94 | 0 | 0.26 | 270.68 | 0.88 | 0.39 |
| Hex | 66 | C | BC | 2E | 5E | 0 | 1A | 10F | 58 | 27 |
| Octal | 146 | 14 | 274 | 56 | 136 | 0 | 32 | 417 | 130 | 47 |
| Binary | 1100110 | 1100 | 10111100 | 101110 | 1011110 | 0 | 11010 | 100001111 | 1011000 | 100111 |
Color Harmonies of #660CBC
Complementary color
Monochromatic Colors of #660CBC
Black with #660CBC
Text Example
Text Example
White with #660CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CBC; }
p { color: rgb(102,12,188); }
H1.HeaderClassName
{
color: #660CBC;
}
.AnyTagClassName
{
color: #660CBC;
}
</style>
background-color css
<style>
a { background-color: #660CBC; }
a { background-color: rgb(102,12,188); }
div.DivClassName
{
background-color: #660CBC;
}
.BgClassName
{
background-color: #660CBC;
}
</style>
border-color css
<style>
span { border-color: #660CBC; }
span { border-color: rgb(102,12,188); }
td.TdClassName
{
border-color: #660CBC;
}
.TagClassName
{
border-color: #660CBC;
}
</style>