Shades of Purple Heart #4D14AB
Tints of Purple Heart #4D14AB
RGB
CMYK
RGB Variations
Color information
#4D14AB (or 0x4D14AB) is known color: Purple Heart. HEX triplet: 4D, 14 and AB. RGB value is (77,20,171). Sum of RGB (Red+Green+Blue) = 77+20+171=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D14AB is #B2EB54. Grayscale: #353535. Windows color (decimal): -11725653 or 11211853. OLE color: 11211853.
HSL color Cylindrical-coordinate representation of color #4D14AB: hue angle of 262.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D14AB is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 20 | 171 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.33 |
| HSL | 262.65º | 0.79% | 0.37% | - |
| HSV(B) | 262.65º | 0.88% | 0.67% | - |
| XYZ | 10.66 | 5.02 | 38.93 | - |
| YUV | 54.26 | 193.88 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 171 | 0.55 | 0.88 | 0 | 0.33 | 262.65 | 0.79 | 0.37 |
| Hex | 4D | 14 | AB | 37 | 58 | 0 | 21 | 107 | 4F | 25 |
| Octal | 115 | 24 | 253 | 67 | 130 | 0 | 41 | 407 | 117 | 45 |
| Binary | 1001101 | 10100 | 10101011 | 110111 | 1011000 | 0 | 100001 | 100000111 | 1001111 | 100101 |
Color Harmonies of #4D14AB
Complementary color
Monochromatic Colors of #4D14AB
Black with #4D14AB
Text Example
Text Example
White with #4D14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14AB; }
p { color: rgb(77,20,171); }
H1.HeaderClassName
{
color: #4D14AB;
}
.AnyTagClassName
{
color: #4D14AB;
}
</style>
background-color css
<style>
a { background-color: #4D14AB; }
a { background-color: rgb(77,20,171); }
div.DivClassName
{
background-color: #4D14AB;
}
.BgClassName
{
background-color: #4D14AB;
}
</style>
border-color css
<style>
span { border-color: #4D14AB; }
span { border-color: rgb(77,20,171); }
td.TdClassName
{
border-color: #4D14AB;
}
.TagClassName
{
border-color: #4D14AB;
}
</style>