Shades of Purple Heart #4D16AA
Tints of Purple Heart #4D16AA
RGB
CMYK
RGB Variations
Color information
#4D16AA (or 0x4D16AA) is known color: Purple Heart. HEX triplet: 4D, 16 and AA. RGB value is (77,22,170). Sum of RGB (Red+Green+Blue) = 77+22+170=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D16AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D16AA is #B2E955. Grayscale: #363636. Windows color (decimal): -11725142 or 11146829. OLE color: 11146829.
HSL color Cylindrical-coordinate representation of color #4D16AA: hue angle of 262.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D16AA is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 22 | 170 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.33 |
| HSL | 262.3º | 0.77% | 0.38% | - |
| HSV(B) | 262.3º | 0.87% | 0.67% | - |
| XYZ | 10.6 | 5.05 | 38.45 | - |
| YUV | 55.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 170 | 0.55 | 0.87 | 0 | 0.33 | 262.3 | 0.77 | 0.38 |
| Hex | 4D | 16 | AA | 37 | 57 | 0 | 21 | 106 | 4D | 26 |
| Octal | 115 | 26 | 252 | 67 | 127 | 0 | 41 | 406 | 115 | 46 |
| Binary | 1001101 | 10110 | 10101010 | 110111 | 1010111 | 0 | 100001 | 100000110 | 1001101 | 100110 |
Color Harmonies of #4D16AA
Complementary color
Monochromatic Colors of #4D16AA
Black with #4D16AA
Text Example
Text Example
White with #4D16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D16AA; }
p { color: rgb(77,22,170); }
H1.HeaderClassName
{
color: #4D16AA;
}
.AnyTagClassName
{
color: #4D16AA;
}
</style>
background-color css
<style>
a { background-color: #4D16AA; }
a { background-color: rgb(77,22,170); }
div.DivClassName
{
background-color: #4D16AA;
}
.BgClassName
{
background-color: #4D16AA;
}
</style>
border-color css
<style>
span { border-color: #4D16AA; }
span { border-color: rgb(77,22,170); }
td.TdClassName
{
border-color: #4D16AA;
}
.TagClassName
{
border-color: #4D16AA;
}
</style>