Shades of Purple Heart #5E2CAF
Tints of Purple Heart #5E2CAF
RGB
CMYK
RGB Variations
Color information
#5E2CAF (or 0x5E2CAF) is known color: Purple Heart. HEX triplet: 5E, 2C and AF. RGB value is (94,44,175). Sum of RGB (Red+Green+Blue) = 94+44+175=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E2CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2CAF is #A1D350. Grayscale: #494949. Windows color (decimal): -10605393 or 11480158. OLE color: 11480158.
HSL color Cylindrical-coordinate representation of color #5E2CAF: hue angle of 262.9º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2CAF is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 44 | 175 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.31 |
| HSL | 262.9º | 0.6% | 0.43% | - |
| HSV(B) | 262.9º | 0.75% | 0.69% | - |
| XYZ | 13.25 | 7.28 | 41.26 | - |
| YUV | 73.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 175 | 0.46 | 0.75 | 0 | 0.31 | 262.9 | 0.6 | 0.43 |
| Hex | 5E | 2C | AF | 2E | 4B | 0 | 1F | 107 | 3C | 2B |
| Octal | 136 | 54 | 257 | 56 | 113 | 0 | 37 | 407 | 74 | 53 |
| Binary | 1011110 | 101100 | 10101111 | 101110 | 1001011 | 0 | 11111 | 100000111 | 111100 | 101011 |
Color Harmonies of #5E2CAF
Complementary color
Monochromatic Colors of #5E2CAF
Black with #5E2CAF
Text Example
Text Example
White with #5E2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CAF; }
p { color: rgb(94,44,175); }
H1.HeaderClassName
{
color: #5E2CAF;
}
.AnyTagClassName
{
color: #5E2CAF;
}
</style>
background-color css
<style>
a { background-color: #5E2CAF; }
a { background-color: rgb(94,44,175); }
div.DivClassName
{
background-color: #5E2CAF;
}
.BgClassName
{
background-color: #5E2CAF;
}
</style>
border-color css
<style>
span { border-color: #5E2CAF; }
span { border-color: rgb(94,44,175); }
td.TdClassName
{
border-color: #5E2CAF;
}
.TagClassName
{
border-color: #5E2CAF;
}
</style>