Shades of Purple Heart #5E23BA
Tints of Purple Heart #5E23BA
RGB
CMYK
RGB Variations
Color information
#5E23BA (or 0x5E23BA) is known color: Purple Heart. HEX triplet: 5E, 23 and BA. RGB value is (94,35,186). Sum of RGB (Red+Green+Blue) = 94+35+186=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E23BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E23BA is #A1DC45. Grayscale: #454545. Windows color (decimal): -10607686 or 12198750. OLE color: 12198750.
HSL color Cylindrical-coordinate representation of color #5E23BA: hue angle of 263.44º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E23BA is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 35 | 186 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.27 |
| HSL | 263.44º | 0.68% | 0.43% | - |
| HSV(B) | 263.44º | 0.81% | 0.73% | - |
| XYZ | 14.08 | 7.13 | 47.09 | - |
| YUV | 69.86 | 193.55 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 186 | 0.49 | 0.81 | 0 | 0.27 | 263.44 | 0.68 | 0.43 |
| Hex | 5E | 23 | BA | 31 | 51 | 0 | 1B | 107 | 44 | 2B |
| Octal | 136 | 43 | 272 | 61 | 121 | 0 | 33 | 407 | 104 | 53 |
| Binary | 1011110 | 100011 | 10111010 | 110001 | 1010001 | 0 | 11011 | 100000111 | 1000100 | 101011 |
Color Harmonies of #5E23BA
Complementary color
Monochromatic Colors of #5E23BA
Black with #5E23BA
Text Example
Text Example
White with #5E23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E23BA; }
p { color: rgb(94,35,186); }
H1.HeaderClassName
{
color: #5E23BA;
}
.AnyTagClassName
{
color: #5E23BA;
}
</style>
background-color css
<style>
a { background-color: #5E23BA; }
a { background-color: rgb(94,35,186); }
div.DivClassName
{
background-color: #5E23BA;
}
.BgClassName
{
background-color: #5E23BA;
}
</style>
border-color css
<style>
span { border-color: #5E23BA; }
span { border-color: rgb(94,35,186); }
td.TdClassName
{
border-color: #5E23BA;
}
.TagClassName
{
border-color: #5E23BA;
}
</style>