Shades of Purple Heart #5E3ACE
Tints of Purple Heart #5E3ACE
RGB
CMYK
RGB Variations
Color information
#5E3ACE (or 0x5E3ACE) is known color: Purple Heart. HEX triplet: 5E, 3A and CE. RGB value is (94,58,206). Sum of RGB (Red+Green+Blue) = 94+58+206=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ACE is #A1C531. Grayscale: #555555. Windows color (decimal): -10601778 or 13515358. OLE color: 13515358.
HSL color Cylindrical-coordinate representation of color #5E3ACE: hue angle of 254.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E3ACE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 58 | 206 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.19 |
| HSL | 254.59º | 0.6% | 0.52% | - |
| HSV(B) | 254.59º | 0.72% | 0.81% | - |
| XYZ | 17.27 | 9.86 | 59.39 | - |
| YUV | 85.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 206 | 0.54 | 0.72 | 0 | 0.19 | 254.59 | 0.6 | 0.52 |
| Hex | 5E | 3A | CE | 36 | 48 | 0 | 13 | FF | 3C | 34 |
| Octal | 136 | 72 | 316 | 66 | 110 | 0 | 23 | 377 | 74 | 64 |
| Binary | 1011110 | 111010 | 11001110 | 110110 | 1001000 | 0 | 10011 | 11111111 | 111100 | 110100 |
Color Harmonies of #5E3ACE
Complementary color
Monochromatic Colors of #5E3ACE
Black with #5E3ACE
Text Example
Text Example
White with #5E3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3ACE; }
p { color: rgb(94,58,206); }
H1.HeaderClassName
{
color: #5E3ACE;
}
.AnyTagClassName
{
color: #5E3ACE;
}
</style>
background-color css
<style>
a { background-color: #5E3ACE; }
a { background-color: rgb(94,58,206); }
div.DivClassName
{
background-color: #5E3ACE;
}
.BgClassName
{
background-color: #5E3ACE;
}
</style>
border-color css
<style>
span { border-color: #5E3ACE; }
span { border-color: rgb(94,58,206); }
td.TdClassName
{
border-color: #5E3ACE;
}
.TagClassName
{
border-color: #5E3ACE;
}
</style>