Shades of Purple Heart #4F0CBF
Tints of Purple Heart #4F0CBF
RGB
CMYK
RGB Variations
Color information
#4F0CBF (or 0x4F0CBF) is known color: Purple Heart. HEX triplet: 4F, 0C and BF. RGB value is (79,12,191). Sum of RGB (Red+Green+Blue) = 79+12+191=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0CBF is #B0F340. Grayscale: #333333. Windows color (decimal): -11596609 or 12520527. OLE color: 12520527.
HSL color Cylindrical-coordinate representation of color #4F0CBF: hue angle of 262.46º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0CBF is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 12 | 191 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.25 |
| HSL | 262.46º | 0.88% | 0.4% | - |
| HSV(B) | 262.46º | 0.94% | 0.75% | - |
| XYZ | 12.76 | 5.69 | 49.72 | - |
| YUV | 52.44 | 206.2 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 191 | 0.59 | 0.94 | 0 | 0.25 | 262.46 | 0.88 | 0.4 |
| Hex | 4F | C | BF | 3B | 5E | 0 | 19 | 106 | 58 | 28 |
| Octal | 117 | 14 | 277 | 73 | 136 | 0 | 31 | 406 | 130 | 50 |
| Binary | 1001111 | 1100 | 10111111 | 111011 | 1011110 | 0 | 11001 | 100000110 | 1011000 | 101000 |
Color Harmonies of #4F0CBF
Complementary color
Monochromatic Colors of #4F0CBF
Black with #4F0CBF
Text Example
Text Example
White with #4F0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CBF; }
p { color: rgb(79,12,191); }
H1.HeaderClassName
{
color: #4F0CBF;
}
.AnyTagClassName
{
color: #4F0CBF;
}
</style>
background-color css
<style>
a { background-color: #4F0CBF; }
a { background-color: rgb(79,12,191); }
div.DivClassName
{
background-color: #4F0CBF;
}
.BgClassName
{
background-color: #4F0CBF;
}
</style>
border-color css
<style>
span { border-color: #4F0CBF; }
span { border-color: rgb(79,12,191); }
td.TdClassName
{
border-color: #4F0CBF;
}
.TagClassName
{
border-color: #4F0CBF;
}
</style>