Shades of Purple Heart #4D20AA
Tints of Purple Heart #4D20AA
RGB
CMYK
RGB Variations
Color information
#4D20AA (or 0x4D20AA) is known color: Purple Heart. HEX triplet: 4D, 20 and AA. RGB value is (77,32,170). Sum of RGB (Red+Green+Blue) = 77+32+170=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D20AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D20AA is #B2DF55. Grayscale: #3C3C3C. Windows color (decimal): -11722582 or 11149389. OLE color: 11149389.
HSL color Cylindrical-coordinate representation of color #4D20AA: hue angle of 259.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D20AA is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 32 | 170 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.33 |
| HSL | 259.57º | 0.68% | 0.4% | - |
| HSV(B) | 259.57º | 0.81% | 0.67% | - |
| XYZ | 10.83 | 5.51 | 38.52 | - |
| YUV | 61.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 170 | 0.55 | 0.81 | 0 | 0.33 | 259.57 | 0.68 | 0.4 |
| Hex | 4D | 20 | AA | 37 | 51 | 0 | 21 | 104 | 44 | 28 |
| Octal | 115 | 40 | 252 | 67 | 121 | 0 | 41 | 404 | 104 | 50 |
| Binary | 1001101 | 100000 | 10101010 | 110111 | 1010001 | 0 | 100001 | 100000100 | 1000100 | 101000 |
Color Harmonies of #4D20AA
Complementary color
Monochromatic Colors of #4D20AA
Black with #4D20AA
Text Example
Text Example
White with #4D20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D20AA; }
p { color: rgb(77,32,170); }
H1.HeaderClassName
{
color: #4D20AA;
}
.AnyTagClassName
{
color: #4D20AA;
}
</style>
background-color css
<style>
a { background-color: #4D20AA; }
a { background-color: rgb(77,32,170); }
div.DivClassName
{
background-color: #4D20AA;
}
.BgClassName
{
background-color: #4D20AA;
}
</style>
border-color css
<style>
span { border-color: #4D20AA; }
span { border-color: rgb(77,32,170); }
td.TdClassName
{
border-color: #4D20AA;
}
.TagClassName
{
border-color: #4D20AA;
}
</style>