Shades of Purple Heart #4F0BBA
Tints of Purple Heart #4F0BBA
RGB
CMYK
RGB Variations
Color information
#4F0BBA (or 0x4F0BBA) is known color: Purple Heart. HEX triplet: 4F, 0B and BA. RGB value is (79,11,186). Sum of RGB (Red+Green+Blue) = 79+11+186=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0BBA is #B0F445. Grayscale: #323232. Windows color (decimal): -11596870 or 12192591. OLE color: 12192591.
HSL color Cylindrical-coordinate representation of color #4F0BBA: hue angle of 263.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0BBA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 11 | 186 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.27 |
| HSL | 263.31º | 0.89% | 0.39% | - |
| HSV(B) | 263.31º | 0.94% | 0.73% | - |
| XYZ | 12.21 | 5.45 | 46.86 | - |
| YUV | 51.28 | 204.03 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 186 | 0.58 | 0.94 | 0 | 0.27 | 263.31 | 0.89 | 0.39 |
| Hex | 4F | B | BA | 3A | 5E | 0 | 1B | 107 | 59 | 27 |
| Octal | 117 | 13 | 272 | 72 | 136 | 0 | 33 | 407 | 131 | 47 |
| Binary | 1001111 | 1011 | 10111010 | 111010 | 1011110 | 0 | 11011 | 100000111 | 1011001 | 100111 |
Color Harmonies of #4F0BBA
Complementary color
Monochromatic Colors of #4F0BBA
Black with #4F0BBA
Text Example
Text Example
White with #4F0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0BBA; }
p { color: rgb(79,11,186); }
H1.HeaderClassName
{
color: #4F0BBA;
}
.AnyTagClassName
{
color: #4F0BBA;
}
</style>
background-color css
<style>
a { background-color: #4F0BBA; }
a { background-color: rgb(79,11,186); }
div.DivClassName
{
background-color: #4F0BBA;
}
.BgClassName
{
background-color: #4F0BBA;
}
</style>
border-color css
<style>
span { border-color: #4F0BBA; }
span { border-color: rgb(79,11,186); }
td.TdClassName
{
border-color: #4F0BBA;
}
.TagClassName
{
border-color: #4F0BBA;
}
</style>