Shades of Purple Heart #4D13AB
Tints of Purple Heart #4D13AB
RGB
CMYK
RGB Variations
Color information
#4D13AB (or 0x4D13AB) is known color: Purple Heart. HEX triplet: 4D, 13 and AB. RGB value is (77,19,171). Sum of RGB (Red+Green+Blue) = 77+19+171=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D13AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D13AB is #B2EC54. Grayscale: #353535. Windows color (decimal): -11725909 or 11211597. OLE color: 11211597.
HSL color Cylindrical-coordinate representation of color #4D13AB: hue angle of 262.89º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D13AB is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 19 | 171 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.33 |
| HSL | 262.89º | 0.8% | 0.37% | - |
| HSV(B) | 262.89º | 0.89% | 0.67% | - |
| XYZ | 10.64 | 4.98 | 38.93 | - |
| YUV | 53.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 171 | 0.55 | 0.89 | 0 | 0.33 | 262.89 | 0.8 | 0.37 |
| Hex | 4D | 13 | AB | 37 | 59 | 0 | 21 | 107 | 50 | 25 |
| Octal | 115 | 23 | 253 | 67 | 131 | 0 | 41 | 407 | 120 | 45 |
| Binary | 1001101 | 10011 | 10101011 | 110111 | 1011001 | 0 | 100001 | 100000111 | 1010000 | 100101 |
Color Harmonies of #4D13AB
Complementary color
Monochromatic Colors of #4D13AB
Black with #4D13AB
Text Example
Text Example
White with #4D13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13AB; }
p { color: rgb(77,19,171); }
H1.HeaderClassName
{
color: #4D13AB;
}
.AnyTagClassName
{
color: #4D13AB;
}
</style>
background-color css
<style>
a { background-color: #4D13AB; }
a { background-color: rgb(77,19,171); }
div.DivClassName
{
background-color: #4D13AB;
}
.BgClassName
{
background-color: #4D13AB;
}
</style>
border-color css
<style>
span { border-color: #4D13AB; }
span { border-color: rgb(77,19,171); }
td.TdClassName
{
border-color: #4D13AB;
}
.TagClassName
{
border-color: #4D13AB;
}
</style>