Shades of Purple Heart #5E37D6
Tints of Purple Heart #5E37D6
RGB
CMYK
RGB Variations
Color information
#5E37D6 (or 0x5E37D6) is known color: Purple Heart. HEX triplet: 5E, 37 and D6. RGB value is (94,55,214). Sum of RGB (Red+Green+Blue) = 94+55+214=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #5E37D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E37D6 is #A1C829. Grayscale: #545454. Windows color (decimal): -10602538 or 14038878. OLE color: 14038878.
HSL color Cylindrical-coordinate representation of color #5E37D6: hue angle of 254.72º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E37D6 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 55 | 214 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.16 |
| HSL | 254.72º | 0.66% | 0.53% | - |
| HSV(B) | 254.72º | 0.74% | 0.84% | - |
| XYZ | 18.12 | 9.97 | 64.59 | - |
| YUV | 84.79 | 200.92 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 214 | 0.56 | 0.74 | 0 | 0.16 | 254.72 | 0.66 | 0.53 |
| Hex | 5E | 37 | D6 | 38 | 4A | 0 | 10 | FF | 42 | 35 |
| Octal | 136 | 67 | 326 | 70 | 112 | 0 | 20 | 377 | 102 | 65 |
| Binary | 1011110 | 110111 | 11010110 | 111000 | 1001010 | 0 | 10000 | 11111111 | 1000010 | 110101 |
Color Harmonies of #5E37D6
Complementary color
Monochromatic Colors of #5E37D6
Black with #5E37D6
Text Example
Text Example
White with #5E37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37D6; }
p { color: rgb(94,55,214); }
H1.HeaderClassName
{
color: #5E37D6;
}
.AnyTagClassName
{
color: #5E37D6;
}
</style>
background-color css
<style>
a { background-color: #5E37D6; }
a { background-color: rgb(94,55,214); }
div.DivClassName
{
background-color: #5E37D6;
}
.BgClassName
{
background-color: #5E37D6;
}
</style>
border-color css
<style>
span { border-color: #5E37D6; }
span { border-color: rgb(94,55,214); }
td.TdClassName
{
border-color: #5E37D6;
}
.TagClassName
{
border-color: #5E37D6;
}
</style>