Shades of Purple Heart #4F0BBC
Tints of Purple Heart #4F0BBC
RGB
CMYK
RGB Variations
Color information
#4F0BBC (or 0x4F0BBC) is known color: Purple Heart. HEX triplet: 4F, 0B and BC. RGB value is (79,11,188). Sum of RGB (Red+Green+Blue) = 79+11+188=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0BBC is #B0F443. Grayscale: #323232. Windows color (decimal): -11596868 or 12323663. OLE color: 12323663.
HSL color Cylindrical-coordinate representation of color #4F0BBC: hue angle of 263.05º degrees, saturation: 0.89, 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 #4F0BBC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 11 | 188 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.26 |
| HSL | 263.05º | 0.89% | 0.39% | - |
| HSV(B) | 263.05º | 0.94% | 0.74% | - |
| XYZ | 12.42 | 5.53 | 47.99 | - |
| YUV | 51.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 188 | 0.58 | 0.94 | 0 | 0.26 | 263.05 | 0.89 | 0.39 |
| Hex | 4F | B | BC | 3A | 5E | 0 | 1A | 107 | 59 | 27 |
| Octal | 117 | 13 | 274 | 72 | 136 | 0 | 32 | 407 | 131 | 47 |
| Binary | 1001111 | 1011 | 10111100 | 111010 | 1011110 | 0 | 11010 | 100000111 | 1011001 | 100111 |
Color Harmonies of #4F0BBC
Complementary color
Monochromatic Colors of #4F0BBC
Black with #4F0BBC
Text Example
Text Example
White with #4F0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0BBC; }
p { color: rgb(79,11,188); }
H1.HeaderClassName
{
color: #4F0BBC;
}
.AnyTagClassName
{
color: #4F0BBC;
}
</style>
background-color css
<style>
a { background-color: #4F0BBC; }
a { background-color: rgb(79,11,188); }
div.DivClassName
{
background-color: #4F0BBC;
}
.BgClassName
{
background-color: #4F0BBC;
}
</style>
border-color css
<style>
span { border-color: #4F0BBC; }
span { border-color: rgb(79,11,188); }
td.TdClassName
{
border-color: #4F0BBC;
}
.TagClassName
{
border-color: #4F0BBC;
}
</style>