Shades of Purple Heart #5E2AAD
Tints of Purple Heart #5E2AAD
RGB
CMYK
RGB Variations
Color information
#5E2AAD (or 0x5E2AAD) is known color: Purple Heart. HEX triplet: 5E, 2A and AD. RGB value is (94,42,173). Sum of RGB (Red+Green+Blue) = 94+42+173=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E2AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2AAD is #A1D552. Grayscale: #484848. Windows color (decimal): -10605907 or 11348574. OLE color: 11348574.
HSL color Cylindrical-coordinate representation of color #5E2AAD: hue angle of 263.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2AAD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 42 | 173 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.32 |
| HSL | 263.82º | 0.61% | 0.42% | - |
| HSV(B) | 263.82º | 0.76% | 0.68% | - |
| XYZ | 12.99 | 7.05 | 40.21 | - |
| YUV | 72.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 173 | 0.46 | 0.76 | 0 | 0.32 | 263.82 | 0.61 | 0.42 |
| Hex | 5E | 2A | AD | 2E | 4C | 0 | 20 | 108 | 3D | 2A |
| Octal | 136 | 52 | 255 | 56 | 114 | 0 | 40 | 410 | 75 | 52 |
| Binary | 1011110 | 101010 | 10101101 | 101110 | 1001100 | 0 | 100000 | 100001000 | 111101 | 101010 |
Color Harmonies of #5E2AAD
Complementary color
Monochromatic Colors of #5E2AAD
Black with #5E2AAD
Text Example
Text Example
White with #5E2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2AAD; }
p { color: rgb(94,42,173); }
H1.HeaderClassName
{
color: #5E2AAD;
}
.AnyTagClassName
{
color: #5E2AAD;
}
</style>
background-color css
<style>
a { background-color: #5E2AAD; }
a { background-color: rgb(94,42,173); }
div.DivClassName
{
background-color: #5E2AAD;
}
.BgClassName
{
background-color: #5E2AAD;
}
</style>
border-color css
<style>
span { border-color: #5E2AAD; }
span { border-color: rgb(94,42,173); }
td.TdClassName
{
border-color: #5E2AAD;
}
.TagClassName
{
border-color: #5E2AAD;
}
</style>