Shades of Purple Heart #5E1CA6
Tints of Purple Heart #5E1CA6
RGB
CMYK
RGB Variations
Color information
#5E1CA6 (or 0x5E1CA6) is known color: Purple Heart. HEX triplet: 5E, 1C and A6. RGB value is (94,28,166). Sum of RGB (Red+Green+Blue) = 94+28+166=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #5E1CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1CA6 is #A1E359. Grayscale: #3E3E3E. Windows color (decimal): -10609498 or 10886238. OLE color: 10886238.
HSL color Cylindrical-coordinate representation of color #5E1CA6: hue angle of 268.7º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1CA6 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 28 | 166 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.35 |
| HSL | 268.7º | 0.71% | 0.38% | - |
| HSV(B) | 268.7º | 0.83% | 0.65% | - |
| XYZ | 11.91 | 5.96 | 36.6 | - |
| YUV | 63.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 28 | 166 | 0.43 | 0.83 | 0 | 0.35 | 268.7 | 0.71 | 0.38 |
| Hex | 5E | 1C | A6 | 2B | 53 | 0 | 23 | 10D | 47 | 26 |
| Octal | 136 | 34 | 246 | 53 | 123 | 0 | 43 | 415 | 107 | 46 |
| Binary | 1011110 | 11100 | 10100110 | 101011 | 1010011 | 0 | 100011 | 100001101 | 1000111 | 100110 |
Color Harmonies of #5E1CA6
Complementary color
Monochromatic Colors of #5E1CA6
Black with #5E1CA6
Text Example
Text Example
White with #5E1CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1CA6; }
p { color: rgb(94,28,166); }
H1.HeaderClassName
{
color: #5E1CA6;
}
.AnyTagClassName
{
color: #5E1CA6;
}
</style>
background-color css
<style>
a { background-color: #5E1CA6; }
a { background-color: rgb(94,28,166); }
div.DivClassName
{
background-color: #5E1CA6;
}
.BgClassName
{
background-color: #5E1CA6;
}
</style>
border-color css
<style>
span { border-color: #5E1CA6; }
span { border-color: rgb(94,28,166); }
td.TdClassName
{
border-color: #5E1CA6;
}
.TagClassName
{
border-color: #5E1CA6;
}
</style>