Shades of Purple Heart #4D14AA
Tints of Purple Heart #4D14AA
RGB
CMYK
RGB Variations
Color information
#4D14AA (or 0x4D14AA) is known color: Purple Heart. HEX triplet: 4D, 14 and AA. RGB value is (77,20,170). Sum of RGB (Red+Green+Blue) = 77+20+170=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D14AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D14AA is #B2EB55. Grayscale: #353535. Windows color (decimal): -11725654 or 11146317. OLE color: 11146317.
HSL color Cylindrical-coordinate representation of color #4D14AA: hue angle of 262.8º 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 #4D14AA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 20 | 170 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.33 |
| HSL | 262.8º | 0.79% | 0.37% | - |
| HSV(B) | 262.8º | 0.88% | 0.67% | - |
| XYZ | 10.57 | 4.98 | 38.43 | - |
| YUV | 54.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 170 | 0.55 | 0.88 | 0 | 0.33 | 262.8 | 0.79 | 0.37 |
| Hex | 4D | 14 | AA | 37 | 58 | 0 | 21 | 107 | 4F | 25 |
| Octal | 115 | 24 | 252 | 67 | 130 | 0 | 41 | 407 | 117 | 45 |
| Binary | 1001101 | 10100 | 10101010 | 110111 | 1011000 | 0 | 100001 | 100000111 | 1001111 | 100101 |
Color Harmonies of #4D14AA
Complementary color
Monochromatic Colors of #4D14AA
Black with #4D14AA
Text Example
Text Example
White with #4D14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14AA; }
p { color: rgb(77,20,170); }
H1.HeaderClassName
{
color: #4D14AA;
}
.AnyTagClassName
{
color: #4D14AA;
}
</style>
background-color css
<style>
a { background-color: #4D14AA; }
a { background-color: rgb(77,20,170); }
div.DivClassName
{
background-color: #4D14AA;
}
.BgClassName
{
background-color: #4D14AA;
}
</style>
border-color css
<style>
span { border-color: #4D14AA; }
span { border-color: rgb(77,20,170); }
td.TdClassName
{
border-color: #4D14AA;
}
.TagClassName
{
border-color: #4D14AA;
}
</style>