Shades of Purple Heart #4D13AA
Tints of Purple Heart #4D13AA
RGB
CMYK
RGB Variations
Color information
#4D13AA (or 0x4D13AA) is known color: Purple Heart. HEX triplet: 4D, 13 and AA. RGB value is (77,19,170). Sum of RGB (Red+Green+Blue) = 77+19+170=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D13AA is #B2EC55. Grayscale: #353535. Windows color (decimal): -11725910 or 11146061. OLE color: 11146061.
HSL color Cylindrical-coordinate representation of color #4D13AA: hue angle of 263.05º 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 #4D13AA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 19 | 170 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.33 |
| HSL | 263.05º | 0.8% | 0.37% | - |
| HSV(B) | 263.05º | 0.89% | 0.67% | - |
| XYZ | 10.55 | 4.95 | 38.43 | - |
| YUV | 53.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 170 | 0.55 | 0.89 | 0 | 0.33 | 263.05 | 0.8 | 0.37 |
| Hex | 4D | 13 | AA | 37 | 59 | 0 | 21 | 107 | 50 | 25 |
| Octal | 115 | 23 | 252 | 67 | 131 | 0 | 41 | 407 | 120 | 45 |
| Binary | 1001101 | 10011 | 10101010 | 110111 | 1011001 | 0 | 100001 | 100000111 | 1010000 | 100101 |
Color Harmonies of #4D13AA
Complementary color
Monochromatic Colors of #4D13AA
Black with #4D13AA
Text Example
Text Example
White with #4D13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13AA; }
p { color: rgb(77,19,170); }
H1.HeaderClassName
{
color: #4D13AA;
}
.AnyTagClassName
{
color: #4D13AA;
}
</style>
background-color css
<style>
a { background-color: #4D13AA; }
a { background-color: rgb(77,19,170); }
div.DivClassName
{
background-color: #4D13AA;
}
.BgClassName
{
background-color: #4D13AA;
}
</style>
border-color css
<style>
span { border-color: #4D13AA; }
span { border-color: rgb(77,19,170); }
td.TdClassName
{
border-color: #4D13AA;
}
.TagClassName
{
border-color: #4D13AA;
}
</style>