Shades of Purple Heart #4E28AD
Tints of Purple Heart #4E28AD
RGB
CMYK
RGB Variations
Color information
#4E28AD (or 0x4E28AD) is known color: Purple Heart. HEX triplet: 4E, 28 and AD. RGB value is (78,40,173). Sum of RGB (Red+Green+Blue) = 78+40+173=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E28AD is #B1D752. Grayscale: #424242. Windows color (decimal): -11654995 or 11348046. OLE color: 11348046.
HSL color Cylindrical-coordinate representation of color #4E28AD: hue angle of 257.14º 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 #4E28AD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 40 | 173 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.32 |
| HSL | 257.14º | 0.62% | 0.42% | - |
| HSV(B) | 257.14º | 0.77% | 0.68% | - |
| XYZ | 11.44 | 6.15 | 40.12 | - |
| YUV | 66.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 173 | 0.55 | 0.77 | 0 | 0.32 | 257.14 | 0.62 | 0.42 |
| Hex | 4E | 28 | AD | 37 | 4D | 0 | 20 | 101 | 3E | 2A |
| Octal | 116 | 50 | 255 | 67 | 115 | 0 | 40 | 401 | 76 | 52 |
| Binary | 1001110 | 101000 | 10101101 | 110111 | 1001101 | 0 | 100000 | 100000001 | 111110 | 101010 |
Color Harmonies of #4E28AD
Complementary color
Monochromatic Colors of #4E28AD
Black with #4E28AD
Text Example
Text Example
White with #4E28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E28AD; }
p { color: rgb(78,40,173); }
H1.HeaderClassName
{
color: #4E28AD;
}
.AnyTagClassName
{
color: #4E28AD;
}
</style>
background-color css
<style>
a { background-color: #4E28AD; }
a { background-color: rgb(78,40,173); }
div.DivClassName
{
background-color: #4E28AD;
}
.BgClassName
{
background-color: #4E28AD;
}
</style>
border-color css
<style>
span { border-color: #4E28AD; }
span { border-color: rgb(78,40,173); }
td.TdClassName
{
border-color: #4E28AD;
}
.TagClassName
{
border-color: #4E28AD;
}
</style>