Shades of Purple Heart #4C0CBC
Tints of Purple Heart #4C0CBC
RGB
CMYK
RGB Variations
Color information
#4C0CBC (or 0x4C0CBC) is known color: Purple Heart. HEX triplet: 4C, 0C and BC. RGB value is (76,12,188). Sum of RGB (Red+Green+Blue) = 76+12+188=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C0CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0CBC is #B3F343. Grayscale: #323232. Windows color (decimal): -11793220 or 12323916. OLE color: 12323916.
HSL color Cylindrical-coordinate representation of color #4C0CBC: hue angle of 261.82º 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 #4C0CBC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 12 | 188 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.26 |
| HSL | 261.82º | 0.88% | 0.39% | - |
| HSV(B) | 261.82º | 0.94% | 0.74% | - |
| XYZ | 12.19 | 5.43 | 47.98 | - |
| YUV | 51.2 | 205.2 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 188 | 0.60 | 0.94 | 0 | 0.26 | 261.82 | 0.88 | 0.39 |
| Hex | 4C | C | BC | 3C | 5E | 0 | 1A | 106 | 58 | 27 |
| Octal | 114 | 14 | 274 | 74 | 136 | 0 | 32 | 406 | 130 | 47 |
| Binary | 1001100 | 1100 | 10111100 | 111100 | 1011110 | 0 | 11010 | 100000110 | 1011000 | 100111 |
Color Harmonies of #4C0CBC
Complementary color
Monochromatic Colors of #4C0CBC
Black with #4C0CBC
Text Example
Text Example
White with #4C0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CBC; }
p { color: rgb(76,12,188); }
H1.HeaderClassName
{
color: #4C0CBC;
}
.AnyTagClassName
{
color: #4C0CBC;
}
</style>
background-color css
<style>
a { background-color: #4C0CBC; }
a { background-color: rgb(76,12,188); }
div.DivClassName
{
background-color: #4C0CBC;
}
.BgClassName
{
background-color: #4C0CBC;
}
</style>
border-color css
<style>
span { border-color: #4C0CBC; }
span { border-color: rgb(76,12,188); }
td.TdClassName
{
border-color: #4C0CBC;
}
.TagClassName
{
border-color: #4C0CBC;
}
</style>