Shades of Purple Heart #4D28AD
Tints of Purple Heart #4D28AD
RGB
CMYK
RGB Variations
Color information
#4D28AD (or 0x4D28AD) is known color: Purple Heart. HEX triplet: 4D, 28 and AD. RGB value is (77,40,173). Sum of RGB (Red+Green+Blue) = 77+40+173=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D28AD is #B2D752. Grayscale: #414141. Windows color (decimal): -11720531 or 11348045. OLE color: 11348045.
HSL color Cylindrical-coordinate representation of color #4D28AD: hue angle of 256.69º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D28AD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 40 | 173 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.32 |
| HSL | 256.69º | 0.62% | 0.42% | - |
| HSV(B) | 256.69º | 0.77% | 0.68% | - |
| XYZ | 11.36 | 6.11 | 40.12 | - |
| YUV | 66.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 173 | 0.55 | 0.77 | 0 | 0.32 | 256.69 | 0.62 | 0.42 |
| Hex | 4D | 28 | AD | 37 | 4D | 0 | 20 | 101 | 3E | 2A |
| Octal | 115 | 50 | 255 | 67 | 115 | 0 | 40 | 401 | 76 | 52 |
| Binary | 1001101 | 101000 | 10101101 | 110111 | 1001101 | 0 | 100000 | 100000001 | 111110 | 101010 |
Color Harmonies of #4D28AD
Complementary color
Monochromatic Colors of #4D28AD
Black with #4D28AD
Text Example
Text Example
White with #4D28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28AD; }
p { color: rgb(77,40,173); }
H1.HeaderClassName
{
color: #4D28AD;
}
.AnyTagClassName
{
color: #4D28AD;
}
</style>
background-color css
<style>
a { background-color: #4D28AD; }
a { background-color: rgb(77,40,173); }
div.DivClassName
{
background-color: #4D28AD;
}
.BgClassName
{
background-color: #4D28AD;
}
</style>
border-color css
<style>
span { border-color: #4D28AD; }
span { border-color: rgb(77,40,173); }
td.TdClassName
{
border-color: #4D28AD;
}
.TagClassName
{
border-color: #4D28AD;
}
</style>