Shades of Purple Heart #4C0FBC
Tints of Purple Heart #4C0FBC
RGB
CMYK
RGB Variations
Color information
#4C0FBC (or 0x4C0FBC) is known color: Purple Heart. HEX triplet: 4C, 0F and BC. RGB value is (76,15,188). Sum of RGB (Red+Green+Blue) = 76+15+188=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FBC is #B3F043. Grayscale: #343434. Windows color (decimal): -11792452 or 12324684. OLE color: 12324684.
HSL color Cylindrical-coordinate representation of color #4C0FBC: hue angle of 261.16º 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 #4C0FBC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 15 | 188 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.26 |
| HSL | 261.16º | 0.85% | 0.4% | - |
| HSV(B) | 261.16º | 0.92% | 0.74% | - |
| XYZ | 12.23 | 5.51 | 48 | - |
| YUV | 52.96 | 204.21 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 188 | 0.60 | 0.92 | 0 | 0.26 | 261.16 | 0.85 | 0.4 |
| Hex | 4C | F | BC | 3C | 5C | 0 | 1A | 105 | 55 | 28 |
| Octal | 114 | 17 | 274 | 74 | 134 | 0 | 32 | 405 | 125 | 50 |
| Binary | 1001100 | 1111 | 10111100 | 111100 | 1011100 | 0 | 11010 | 100000101 | 1010101 | 101000 |
Color Harmonies of #4C0FBC
Complementary color
Monochromatic Colors of #4C0FBC
Black with #4C0FBC
Text Example
Text Example
White with #4C0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0FBC; }
p { color: rgb(76,15,188); }
H1.HeaderClassName
{
color: #4C0FBC;
}
.AnyTagClassName
{
color: #4C0FBC;
}
</style>
background-color css
<style>
a { background-color: #4C0FBC; }
a { background-color: rgb(76,15,188); }
div.DivClassName
{
background-color: #4C0FBC;
}
.BgClassName
{
background-color: #4C0FBC;
}
</style>
border-color css
<style>
span { border-color: #4C0FBC; }
span { border-color: rgb(76,15,188); }
td.TdClassName
{
border-color: #4C0FBC;
}
.TagClassName
{
border-color: #4C0FBC;
}
</style>