Shades of Purple Heart #4D11BA
Tints of Purple Heart #4D11BA
RGB
CMYK
RGB Variations
Color information
#4D11BA (or 0x4D11BA) is known color: Purple Heart. HEX triplet: 4D, 11 and BA. RGB value is (77,17,186). Sum of RGB (Red+Green+Blue) = 77+17+186=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D11BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D11BA is #B2EE45. Grayscale: #353535. Windows color (decimal): -11726406 or 12194125. OLE color: 12194125.
HSL color Cylindrical-coordinate representation of color #4D11BA: hue angle of 261.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D11BA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 17 | 186 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.27 |
| HSL | 261.3º | 0.83% | 0.4% | - |
| HSV(B) | 261.3º | 0.91% | 0.73% | - |
| XYZ | 12.12 | 5.52 | 46.88 | - |
| YUV | 54.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 186 | 0.59 | 0.91 | 0 | 0.27 | 261.3 | 0.83 | 0.4 |
| Hex | 4D | 11 | BA | 3B | 5B | 0 | 1B | 105 | 53 | 28 |
| Octal | 115 | 21 | 272 | 73 | 133 | 0 | 33 | 405 | 123 | 50 |
| Binary | 1001101 | 10001 | 10111010 | 111011 | 1011011 | 0 | 11011 | 100000101 | 1010011 | 101000 |
Color Harmonies of #4D11BA
Complementary color
Monochromatic Colors of #4D11BA
Black with #4D11BA
Text Example
Text Example
White with #4D11BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11BA; }
p { color: rgb(77,17,186); }
H1.HeaderClassName
{
color: #4D11BA;
}
.AnyTagClassName
{
color: #4D11BA;
}
</style>
background-color css
<style>
a { background-color: #4D11BA; }
a { background-color: rgb(77,17,186); }
div.DivClassName
{
background-color: #4D11BA;
}
.BgClassName
{
background-color: #4D11BA;
}
</style>
border-color css
<style>
span { border-color: #4D11BA; }
span { border-color: rgb(77,17,186); }
td.TdClassName
{
border-color: #4D11BA;
}
.TagClassName
{
border-color: #4D11BA;
}
</style>