Shades of Purple Heart #5E2BAD
Tints of Purple Heart #5E2BAD
RGB
CMYK
RGB Variations
Color information
#5E2BAD (or 0x5E2BAD) is known color: Purple Heart. HEX triplet: 5E, 2B and AD. RGB value is (94,43,173). Sum of RGB (Red+Green+Blue) = 94+43+173=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2BAD is #A1D452. Grayscale: #484848. Windows color (decimal): -10605651 or 11348830. OLE color: 11348830.
HSL color Cylindrical-coordinate representation of color #5E2BAD: hue angle of 263.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2BAD is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 43 | 173 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.32 |
| HSL | 263.54º | 0.6% | 0.42% | - |
| HSV(B) | 263.54º | 0.75% | 0.68% | - |
| XYZ | 13.02 | 7.12 | 40.22 | - |
| YUV | 73.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 173 | 0.46 | 0.75 | 0 | 0.32 | 263.54 | 0.6 | 0.42 |
| Hex | 5E | 2B | AD | 2E | 4B | 0 | 20 | 108 | 3C | 2A |
| Octal | 136 | 53 | 255 | 56 | 113 | 0 | 40 | 410 | 74 | 52 |
| Binary | 1011110 | 101011 | 10101101 | 101110 | 1001011 | 0 | 100000 | 100001000 | 111100 | 101010 |
Color Harmonies of #5E2BAD
Complementary color
Monochromatic Colors of #5E2BAD
Black with #5E2BAD
Text Example
Text Example
White with #5E2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BAD; }
p { color: rgb(94,43,173); }
H1.HeaderClassName
{
color: #5E2BAD;
}
.AnyTagClassName
{
color: #5E2BAD;
}
</style>
background-color css
<style>
a { background-color: #5E2BAD; }
a { background-color: rgb(94,43,173); }
div.DivClassName
{
background-color: #5E2BAD;
}
.BgClassName
{
background-color: #5E2BAD;
}
</style>
border-color css
<style>
span { border-color: #5E2BAD; }
span { border-color: rgb(94,43,173); }
td.TdClassName
{
border-color: #5E2BAD;
}
.TagClassName
{
border-color: #5E2BAD;
}
</style>