Shades of Purple Heart #5E3ABC
Tints of Purple Heart #5E3ABC
RGB
CMYK
RGB Variations
Color information
#5E3ABC (or 0x5E3ABC) is known color: Purple Heart. HEX triplet: 5E, 3A and BC. RGB value is (94,58,188). Sum of RGB (Red+Green+Blue) = 94+58+188=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E3ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ABC is #A1C543. Grayscale: #535353. Windows color (decimal): -10601796 or 12335710. OLE color: 12335710.
HSL color Cylindrical-coordinate representation of color #5E3ABC: hue angle of 256.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3ABC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 58 | 188 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.26 |
| HSL | 256.62º | 0.53% | 0.48% | - |
| HSV(B) | 256.62º | 0.69% | 0.74% | - |
| XYZ | 15.21 | 9.04 | 48.52 | - |
| YUV | 83.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 188 | 0.50 | 0.69 | 0 | 0.26 | 256.62 | 0.53 | 0.48 |
| Hex | 5E | 3A | BC | 32 | 45 | 0 | 1A | 101 | 35 | 30 |
| Octal | 136 | 72 | 274 | 62 | 105 | 0 | 32 | 401 | 65 | 60 |
| Binary | 1011110 | 111010 | 10111100 | 110010 | 1000101 | 0 | 11010 | 100000001 | 110101 | 110000 |
Color Harmonies of #5E3ABC
Complementary color
Monochromatic Colors of #5E3ABC
Black with #5E3ABC
Text Example
Text Example
White with #5E3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3ABC; }
p { color: rgb(94,58,188); }
H1.HeaderClassName
{
color: #5E3ABC;
}
.AnyTagClassName
{
color: #5E3ABC;
}
</style>
background-color css
<style>
a { background-color: #5E3ABC; }
a { background-color: rgb(94,58,188); }
div.DivClassName
{
background-color: #5E3ABC;
}
.BgClassName
{
background-color: #5E3ABC;
}
</style>
border-color css
<style>
span { border-color: #5E3ABC; }
span { border-color: rgb(94,58,188); }
td.TdClassName
{
border-color: #5E3ABC;
}
.TagClassName
{
border-color: #5E3ABC;
}
</style>