Shades of Purple Heart #4D28AA
Tints of Purple Heart #4D28AA
RGB
CMYK
RGB Variations
Color information
#4D28AA (or 0x4D28AA) is known color: Purple Heart. HEX triplet: 4D, 28 and AA. RGB value is (77,40,170). Sum of RGB (Red+Green+Blue) = 77+40+170=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D28AA is #B2D755. Grayscale: #414141. Windows color (decimal): -11720534 or 11151437. OLE color: 11151437.
HSL color Cylindrical-coordinate representation of color #4D28AA: hue angle of 257.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D28AA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 40 | 170 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.33 |
| HSL | 257.08º | 0.62% | 0.41% | - |
| HSV(B) | 257.08º | 0.76% | 0.67% | - |
| XYZ | 11.08 | 6 | 38.6 | - |
| YUV | 65.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 170 | 0.55 | 0.76 | 0 | 0.33 | 257.08 | 0.62 | 0.41 |
| Hex | 4D | 28 | AA | 37 | 4C | 0 | 21 | 101 | 3E | 29 |
| Octal | 115 | 50 | 252 | 67 | 114 | 0 | 41 | 401 | 76 | 51 |
| Binary | 1001101 | 101000 | 10101010 | 110111 | 1001100 | 0 | 100001 | 100000001 | 111110 | 101001 |
Color Harmonies of #4D28AA
Complementary color
Monochromatic Colors of #4D28AA
Black with #4D28AA
Text Example
Text Example
White with #4D28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28AA; }
p { color: rgb(77,40,170); }
H1.HeaderClassName
{
color: #4D28AA;
}
.AnyTagClassName
{
color: #4D28AA;
}
</style>
background-color css
<style>
a { background-color: #4D28AA; }
a { background-color: rgb(77,40,170); }
div.DivClassName
{
background-color: #4D28AA;
}
.BgClassName
{
background-color: #4D28AA;
}
</style>
border-color css
<style>
span { border-color: #4D28AA; }
span { border-color: rgb(77,40,170); }
td.TdClassName
{
border-color: #4D28AA;
}
.TagClassName
{
border-color: #4D28AA;
}
</style>