Shades of Purple Heart #5E2CAD
Tints of Purple Heart #5E2CAD
RGB
CMYK
RGB Variations
Color information
#5E2CAD (or 0x5E2CAD) is known color: Purple Heart. HEX triplet: 5E, 2C and AD. RGB value is (94,44,173). Sum of RGB (Red+Green+Blue) = 94+44+173=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2CAD is #A1D352. Grayscale: #494949. Windows color (decimal): -10605395 or 11349086. OLE color: 11349086.
HSL color Cylindrical-coordinate representation of color #5E2CAD: hue angle of 263.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2CAD is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 44 | 173 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.32 |
| HSL | 263.26º | 0.59% | 0.43% | - |
| HSV(B) | 263.26º | 0.75% | 0.68% | - |
| XYZ | 13.06 | 7.2 | 40.24 | - |
| YUV | 73.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 173 | 0.46 | 0.75 | 0 | 0.32 | 263.26 | 0.59 | 0.43 |
| Hex | 5E | 2C | AD | 2E | 4B | 0 | 20 | 107 | 3B | 2B |
| Octal | 136 | 54 | 255 | 56 | 113 | 0 | 40 | 407 | 73 | 53 |
| Binary | 1011110 | 101100 | 10101101 | 101110 | 1001011 | 0 | 100000 | 100000111 | 111011 | 101011 |
Color Harmonies of #5E2CAD
Complementary color
Monochromatic Colors of #5E2CAD
Black with #5E2CAD
Text Example
Text Example
White with #5E2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CAD; }
p { color: rgb(94,44,173); }
H1.HeaderClassName
{
color: #5E2CAD;
}
.AnyTagClassName
{
color: #5E2CAD;
}
</style>
background-color css
<style>
a { background-color: #5E2CAD; }
a { background-color: rgb(94,44,173); }
div.DivClassName
{
background-color: #5E2CAD;
}
.BgClassName
{
background-color: #5E2CAD;
}
</style>
border-color css
<style>
span { border-color: #5E2CAD; }
span { border-color: rgb(94,44,173); }
td.TdClassName
{
border-color: #5E2CAD;
}
.TagClassName
{
border-color: #5E2CAD;
}
</style>