Shades of Purple Heart #4C0BC2
Tints of Purple Heart #4C0BC2
RGB
CMYK
RGB Variations
Color information
#4C0BC2 (or 0x4C0BC2) is known color: Purple Heart. HEX triplet: 4C, 0B and C2. RGB value is (76,11,194). Sum of RGB (Red+Green+Blue) = 76+11+194=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 194 (76.17% from 255 or 69.04% from 281); Max value from RGB is 194 - color contains mainly: blue. Hex color #4C0BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0BC2 is #B3F43D. Grayscale: #323232. Windows color (decimal): -11793470 or 12716876. OLE color: 12716876.
HSL color Cylindrical-coordinate representation of color #4C0BC2: hue angle of 261.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0BC2 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 11 | 194 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.24 |
| HSL | 261.31º | 0.89% | 0.4% | - |
| HSV(B) | 261.31º | 0.94% | 0.76% | - |
| XYZ | 12.84 | 5.67 | 51.46 | - |
| YUV | 51.3 | 208.53 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 194 | 0.61 | 0.94 | 0 | 0.24 | 261.31 | 0.89 | 0.4 |
| Hex | 4C | B | C2 | 3D | 5E | 0 | 18 | 105 | 59 | 28 |
| Octal | 114 | 13 | 302 | 75 | 136 | 0 | 30 | 405 | 131 | 50 |
| Binary | 1001100 | 1011 | 11000010 | 111101 | 1011110 | 0 | 11000 | 100000101 | 1011001 | 101000 |
Color Harmonies of #4C0BC2
Complementary color
Monochromatic Colors of #4C0BC2
Black with #4C0BC2
Text Example
Text Example
White with #4C0BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0BC2; }
p { color: rgb(76,11,194); }
H1.HeaderClassName
{
color: #4C0BC2;
}
.AnyTagClassName
{
color: #4C0BC2;
}
</style>
background-color css
<style>
a { background-color: #4C0BC2; }
a { background-color: rgb(76,11,194); }
div.DivClassName
{
background-color: #4C0BC2;
}
.BgClassName
{
background-color: #4C0BC2;
}
</style>
border-color css
<style>
span { border-color: #4C0BC2; }
span { border-color: rgb(76,11,194); }
td.TdClassName
{
border-color: #4C0BC2;
}
.TagClassName
{
border-color: #4C0BC2;
}
</style>