Shades of Purple Heart #4D14BA
Tints of Purple Heart #4D14BA
RGB
CMYK
RGB Variations
Color information
#4D14BA (or 0x4D14BA) is known color: Purple Heart. HEX triplet: 4D, 14 and BA. RGB value is (77,20,186). Sum of RGB (Red+Green+Blue) = 77+20+186=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D14BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D14BA is #B2EB45. Grayscale: #373737. Windows color (decimal): -11725638 or 12194893. OLE color: 12194893.
HSL color Cylindrical-coordinate representation of color #4D14BA: hue angle of 260.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D14BA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 20 | 186 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.27 |
| HSL | 260.6º | 0.81% | 0.4% | - |
| HSV(B) | 260.6º | 0.89% | 0.73% | - |
| XYZ | 12.17 | 5.62 | 46.9 | - |
| YUV | 55.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 186 | 0.59 | 0.89 | 0 | 0.27 | 260.6 | 0.81 | 0.4 |
| Hex | 4D | 14 | BA | 3B | 59 | 0 | 1B | 105 | 51 | 28 |
| Octal | 115 | 24 | 272 | 73 | 131 | 0 | 33 | 405 | 121 | 50 |
| Binary | 1001101 | 10100 | 10111010 | 111011 | 1011001 | 0 | 11011 | 100000101 | 1010001 | 101000 |
Color Harmonies of #4D14BA
Complementary color
Monochromatic Colors of #4D14BA
Black with #4D14BA
Text Example
Text Example
White with #4D14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14BA; }
p { color: rgb(77,20,186); }
H1.HeaderClassName
{
color: #4D14BA;
}
.AnyTagClassName
{
color: #4D14BA;
}
</style>
background-color css
<style>
a { background-color: #4D14BA; }
a { background-color: rgb(77,20,186); }
div.DivClassName
{
background-color: #4D14BA;
}
.BgClassName
{
background-color: #4D14BA;
}
</style>
border-color css
<style>
span { border-color: #4D14BA; }
span { border-color: rgb(77,20,186); }
td.TdClassName
{
border-color: #4D14BA;
}
.TagClassName
{
border-color: #4D14BA;
}
</style>