Shades of Purple Heart #5E2FAD
Tints of Purple Heart #5E2FAD
RGB
CMYK
RGB Variations
Color information
#5E2FAD (or 0x5E2FAD) is known color: Purple Heart. HEX triplet: 5E, 2F and AD. RGB value is (94,47,173). Sum of RGB (Red+Green+Blue) = 94+47+173=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2FAD is #A1D052. Grayscale: #4A4A4A. Windows color (decimal): -10604627 or 11349854. OLE color: 11349854.
HSL color Cylindrical-coordinate representation of color #5E2FAD: hue angle of 262.38º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2FAD is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 47 | 173 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.32 |
| HSL | 262.38º | 0.57% | 0.43% | - |
| HSV(B) | 262.38º | 0.73% | 0.68% | - |
| XYZ | 13.18 | 7.43 | 40.27 | - |
| YUV | 75.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 173 | 0.46 | 0.73 | 0 | 0.32 | 262.38 | 0.57 | 0.43 |
| Hex | 5E | 2F | AD | 2E | 49 | 0 | 20 | 106 | 39 | 2B |
| Octal | 136 | 57 | 255 | 56 | 111 | 0 | 40 | 406 | 71 | 53 |
| Binary | 1011110 | 101111 | 10101101 | 101110 | 1001001 | 0 | 100000 | 100000110 | 111001 | 101011 |
Color Harmonies of #5E2FAD
Complementary color
Monochromatic Colors of #5E2FAD
Black with #5E2FAD
Text Example
Text Example
White with #5E2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2FAD; }
p { color: rgb(94,47,173); }
H1.HeaderClassName
{
color: #5E2FAD;
}
.AnyTagClassName
{
color: #5E2FAD;
}
</style>
background-color css
<style>
a { background-color: #5E2FAD; }
a { background-color: rgb(94,47,173); }
div.DivClassName
{
background-color: #5E2FAD;
}
.BgClassName
{
background-color: #5E2FAD;
}
</style>
border-color css
<style>
span { border-color: #5E2FAD; }
span { border-color: rgb(94,47,173); }
td.TdClassName
{
border-color: #5E2FAD;
}
.TagClassName
{
border-color: #5E2FAD;
}
</style>