Shades of Purple Heart #4D1BAB
Tints of Purple Heart #4D1BAB
RGB
CMYK
RGB Variations
Color information
#4D1BAB (or 0x4D1BAB) is known color: Purple Heart. HEX triplet: 4D, 1B and AB. RGB value is (77,27,171). Sum of RGB (Red+Green+Blue) = 77+27+171=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1BAB is #B2E454. Grayscale: #393939. Windows color (decimal): -11723861 or 11213645. OLE color: 11213645.
HSL color Cylindrical-coordinate representation of color #4D1BAB: hue angle of 260.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1BAB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 27 | 171 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.33 |
| HSL | 260.83º | 0.73% | 0.39% | - |
| HSV(B) | 260.83º | 0.84% | 0.67% | - |
| XYZ | 10.8 | 5.3 | 38.98 | - |
| YUV | 58.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 171 | 0.55 | 0.84 | 0 | 0.33 | 260.83 | 0.73 | 0.39 |
| Hex | 4D | 1B | AB | 37 | 54 | 0 | 21 | 105 | 49 | 27 |
| Octal | 115 | 33 | 253 | 67 | 124 | 0 | 41 | 405 | 111 | 47 |
| Binary | 1001101 | 11011 | 10101011 | 110111 | 1010100 | 0 | 100001 | 100000101 | 1001001 | 100111 |
Color Harmonies of #4D1BAB
Complementary color
Monochromatic Colors of #4D1BAB
Black with #4D1BAB
Text Example
Text Example
White with #4D1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BAB; }
p { color: rgb(77,27,171); }
H1.HeaderClassName
{
color: #4D1BAB;
}
.AnyTagClassName
{
color: #4D1BAB;
}
</style>
background-color css
<style>
a { background-color: #4D1BAB; }
a { background-color: rgb(77,27,171); }
div.DivClassName
{
background-color: #4D1BAB;
}
.BgClassName
{
background-color: #4D1BAB;
}
</style>
border-color css
<style>
span { border-color: #4D1BAB; }
span { border-color: rgb(77,27,171); }
td.TdClassName
{
border-color: #4D1BAB;
}
.TagClassName
{
border-color: #4D1BAB;
}
</style>