Shades of Purple Heart #5E23DB
Tints of Purple Heart #5E23DB
RGB
CMYK
RGB Variations
Color information
#5E23DB (or 0x5E23DB) is known color: Purple Heart. HEX triplet: 5E, 23 and DB. RGB value is (94,35,219). Sum of RGB (Red+Green+Blue) = 94+35+219=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E23DB is #A1DC24. Grayscale: #484848. Windows color (decimal): -10607653 or 14361438. OLE color: 14361438.
HSL color Cylindrical-coordinate representation of color #5E23DB: hue angle of 259.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E23DB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 35 | 219 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.14 |
| HSL | 259.24º | 0.72% | 0.5% | - |
| HSV(B) | 259.24º | 0.84% | 0.86% | - |
| XYZ | 18 | 8.7 | 67.75 | - |
| YUV | 73.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 219 | 0.57 | 0.84 | 0 | 0.14 | 259.24 | 0.72 | 0.5 |
| Hex | 5E | 23 | DB | 39 | 54 | 0 | E | 103 | 48 | 32 |
| Octal | 136 | 43 | 333 | 71 | 124 | 0 | 16 | 403 | 110 | 62 |
| Binary | 1011110 | 100011 | 11011011 | 111001 | 1010100 | 0 | 1110 | 100000011 | 1001000 | 110010 |
Color Harmonies of #5E23DB
Complementary color
Monochromatic Colors of #5E23DB
Black with #5E23DB
Text Example
Text Example
White with #5E23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E23DB; }
p { color: rgb(94,35,219); }
H1.HeaderClassName
{
color: #5E23DB;
}
.AnyTagClassName
{
color: #5E23DB;
}
</style>
background-color css
<style>
a { background-color: #5E23DB; }
a { background-color: rgb(94,35,219); }
div.DivClassName
{
background-color: #5E23DB;
}
.BgClassName
{
background-color: #5E23DB;
}
</style>
border-color css
<style>
span { border-color: #5E23DB; }
span { border-color: rgb(94,35,219); }
td.TdClassName
{
border-color: #5E23DB;
}
.TagClassName
{
border-color: #5E23DB;
}
</style>