Shades of Purple Heart #4D24AA
Tints of Purple Heart #4D24AA
RGB
CMYK
RGB Variations
Color information
#4D24AA (or 0x4D24AA) is known color: Purple Heart. HEX triplet: 4D, 24 and AA. RGB value is (77,36,170). Sum of RGB (Red+Green+Blue) = 77+36+170=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D24AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D24AA is #B2DB55. Grayscale: #3F3F3F. Windows color (decimal): -11721558 or 11150413. OLE color: 11150413.
HSL color Cylindrical-coordinate representation of color #4D24AA: hue angle of 258.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D24AA is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 36 | 170 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.33 |
| HSL | 258.36º | 0.65% | 0.4% | - |
| HSV(B) | 258.36º | 0.79% | 0.67% | - |
| XYZ | 10.95 | 5.74 | 38.56 | - |
| YUV | 63.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 170 | 0.55 | 0.79 | 0 | 0.33 | 258.36 | 0.65 | 0.4 |
| Hex | 4D | 24 | AA | 37 | 4F | 0 | 21 | 102 | 41 | 28 |
| Octal | 115 | 44 | 252 | 67 | 117 | 0 | 41 | 402 | 101 | 50 |
| Binary | 1001101 | 100100 | 10101010 | 110111 | 1001111 | 0 | 100001 | 100000010 | 1000001 | 101000 |
Color Harmonies of #4D24AA
Complementary color
Monochromatic Colors of #4D24AA
Black with #4D24AA
Text Example
Text Example
White with #4D24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D24AA; }
p { color: rgb(77,36,170); }
H1.HeaderClassName
{
color: #4D24AA;
}
.AnyTagClassName
{
color: #4D24AA;
}
</style>
background-color css
<style>
a { background-color: #4D24AA; }
a { background-color: rgb(77,36,170); }
div.DivClassName
{
background-color: #4D24AA;
}
.BgClassName
{
background-color: #4D24AA;
}
</style>
border-color css
<style>
span { border-color: #4D24AA; }
span { border-color: rgb(77,36,170); }
td.TdClassName
{
border-color: #4D24AA;
}
.TagClassName
{
border-color: #4D24AA;
}
</style>