Shades of Purple Heart #4D0BB9
Tints of Purple Heart #4D0BB9
RGB
CMYK
RGB Variations
Color information
#4D0BB9 (or 0x4D0BB9) is known color: Purple Heart. HEX triplet: 4D, 0B and B9. RGB value is (77,11,185). Sum of RGB (Red+Green+Blue) = 77+11+185=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D0BB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0BB9 is #B2F446. Grayscale: #313131. Windows color (decimal): -11727943 or 12127053. OLE color: 12127053.
HSL color Cylindrical-coordinate representation of color #4D0BB9: hue angle of 262.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0BB9 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 11 | 185 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.27 |
| HSL | 262.76º | 0.89% | 0.38% | - |
| HSV(B) | 262.76º | 0.94% | 0.73% | - |
| XYZ | 11.94 | 5.32 | 46.3 | - |
| YUV | 50.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 185 | 0.58 | 0.94 | 0 | 0.27 | 262.76 | 0.89 | 0.38 |
| Hex | 4D | B | B9 | 3A | 5E | 0 | 1B | 107 | 59 | 26 |
| Octal | 115 | 13 | 271 | 72 | 136 | 0 | 33 | 407 | 131 | 46 |
| Binary | 1001101 | 1011 | 10111001 | 111010 | 1011110 | 0 | 11011 | 100000111 | 1011001 | 100110 |
Color Harmonies of #4D0BB9
Complementary color
Monochromatic Colors of #4D0BB9
Black with #4D0BB9
Text Example
Text Example
White with #4D0BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BB9; }
p { color: rgb(77,11,185); }
H1.HeaderClassName
{
color: #4D0BB9;
}
.AnyTagClassName
{
color: #4D0BB9;
}
</style>
background-color css
<style>
a { background-color: #4D0BB9; }
a { background-color: rgb(77,11,185); }
div.DivClassName
{
background-color: #4D0BB9;
}
.BgClassName
{
background-color: #4D0BB9;
}
</style>
border-color css
<style>
span { border-color: #4D0BB9; }
span { border-color: rgb(77,11,185); }
td.TdClassName
{
border-color: #4D0BB9;
}
.TagClassName
{
border-color: #4D0BB9;
}
</style>