Shades of Purple Heart #4F0CBC
Tints of Purple Heart #4F0CBC
RGB
CMYK
RGB Variations
Color information
#4F0CBC (or 0x4F0CBC) is known color: Purple Heart. HEX triplet: 4F, 0C and BC. RGB value is (79,12,188). Sum of RGB (Red+Green+Blue) = 79+12+188=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 12 (5.08% from 255 or 4.30% 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 #4F0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0CBC is #B0F343. Grayscale: #333333. Windows color (decimal): -11596612 or 12323919. OLE color: 12323919.
HSL color Cylindrical-coordinate representation of color #4F0CBC: hue angle of 262.84º 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 #4F0CBC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 12 | 188 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.26 |
| HSL | 262.84º | 0.88% | 0.39% | - |
| HSV(B) | 262.84º | 0.94% | 0.74% | - |
| XYZ | 12.43 | 5.56 | 47.99 | - |
| YUV | 52.1 | 204.7 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 188 | 0.58 | 0.94 | 0 | 0.26 | 262.84 | 0.88 | 0.39 |
| Hex | 4F | C | BC | 3A | 5E | 0 | 1A | 107 | 58 | 27 |
| Octal | 117 | 14 | 274 | 72 | 136 | 0 | 32 | 407 | 130 | 47 |
| Binary | 1001111 | 1100 | 10111100 | 111010 | 1011110 | 0 | 11010 | 100000111 | 1011000 | 100111 |
Color Harmonies of #4F0CBC
Complementary color
Monochromatic Colors of #4F0CBC
Black with #4F0CBC
Text Example
Text Example
White with #4F0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CBC; }
p { color: rgb(79,12,188); }
H1.HeaderClassName
{
color: #4F0CBC;
}
.AnyTagClassName
{
color: #4F0CBC;
}
</style>
background-color css
<style>
a { background-color: #4F0CBC; }
a { background-color: rgb(79,12,188); }
div.DivClassName
{
background-color: #4F0CBC;
}
.BgClassName
{
background-color: #4F0CBC;
}
</style>
border-color css
<style>
span { border-color: #4F0CBC; }
span { border-color: rgb(79,12,188); }
td.TdClassName
{
border-color: #4F0CBC;
}
.TagClassName
{
border-color: #4F0CBC;
}
</style>