Shades of Purple Heart #4F0FBC
Tints of Purple Heart #4F0FBC
RGB
CMYK
RGB Variations
Color information
#4F0FBC (or 0x4F0FBC) is known color: Purple Heart. HEX triplet: 4F, 0F and BC. RGB value is (79,15,188). Sum of RGB (Red+Green+Blue) = 79+15+188=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F0FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0FBC is #B0F043. Grayscale: #353535. Windows color (decimal): -11595844 or 12324687. OLE color: 12324687.
HSL color Cylindrical-coordinate representation of color #4F0FBC: hue angle of 262.2º 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 #4F0FBC is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 15 | 188 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.26 |
| HSL | 262.2º | 0.85% | 0.4% | - |
| HSV(B) | 262.2º | 0.92% | 0.74% | - |
| XYZ | 12.47 | 5.63 | 48.01 | - |
| YUV | 53.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 188 | 0.58 | 0.92 | 0 | 0.26 | 262.2 | 0.85 | 0.4 |
| Hex | 4F | F | BC | 3A | 5C | 0 | 1A | 106 | 55 | 28 |
| Octal | 117 | 17 | 274 | 72 | 134 | 0 | 32 | 406 | 125 | 50 |
| Binary | 1001111 | 1111 | 10111100 | 111010 | 1011100 | 0 | 11010 | 100000110 | 1010101 | 101000 |
Color Harmonies of #4F0FBC
Complementary color
Monochromatic Colors of #4F0FBC
Black with #4F0FBC
Text Example
Text Example
White with #4F0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0FBC; }
p { color: rgb(79,15,188); }
H1.HeaderClassName
{
color: #4F0FBC;
}
.AnyTagClassName
{
color: #4F0FBC;
}
</style>
background-color css
<style>
a { background-color: #4F0FBC; }
a { background-color: rgb(79,15,188); }
div.DivClassName
{
background-color: #4F0FBC;
}
.BgClassName
{
background-color: #4F0FBC;
}
</style>
border-color css
<style>
span { border-color: #4F0FBC; }
span { border-color: rgb(79,15,188); }
td.TdClassName
{
border-color: #4F0FBC;
}
.TagClassName
{
border-color: #4F0FBC;
}
</style>