Shades of Purple Heart #4C0FBB
Tints of Purple Heart #4C0FBB
RGB
CMYK
RGB Variations
Color information
#4C0FBB (or 0x4C0FBB) is known color: Purple Heart. HEX triplet: 4C, 0F and BB. RGB value is (76,15,187). Sum of RGB (Red+Green+Blue) = 76+15+187=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FBB is #B3F044. Grayscale: #343434. Windows color (decimal): -11792453 or 12259148. OLE color: 12259148.
HSL color Cylindrical-coordinate representation of color #4C0FBB: hue angle of 261.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0FBB is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 15 | 187 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.27 |
| HSL | 261.28º | 0.85% | 0.4% | - |
| HSV(B) | 261.28º | 0.92% | 0.73% | - |
| XYZ | 12.12 | 5.47 | 47.43 | - |
| YUV | 52.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 187 | 0.59 | 0.92 | 0 | 0.27 | 261.28 | 0.85 | 0.4 |
| Hex | 4C | F | BB | 3B | 5C | 0 | 1B | 105 | 55 | 28 |
| Octal | 114 | 17 | 273 | 73 | 134 | 0 | 33 | 405 | 125 | 50 |
| Binary | 1001100 | 1111 | 10111011 | 111011 | 1011100 | 0 | 11011 | 100000101 | 1010101 | 101000 |
Color Harmonies of #4C0FBB
Complementary color
Monochromatic Colors of #4C0FBB
Black with #4C0FBB
Text Example
Text Example
White with #4C0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0FBB; }
p { color: rgb(76,15,187); }
H1.HeaderClassName
{
color: #4C0FBB;
}
.AnyTagClassName
{
color: #4C0FBB;
}
</style>
background-color css
<style>
a { background-color: #4C0FBB; }
a { background-color: rgb(76,15,187); }
div.DivClassName
{
background-color: #4C0FBB;
}
.BgClassName
{
background-color: #4C0FBB;
}
</style>
border-color css
<style>
span { border-color: #4C0FBB; }
span { border-color: rgb(76,15,187); }
td.TdClassName
{
border-color: #4C0FBB;
}
.TagClassName
{
border-color: #4C0FBB;
}
</style>