Shades of Purple Heart #5E1DAA
Tints of Purple Heart #5E1DAA
RGB
CMYK
RGB Variations
Color information
#5E1DAA (or 0x5E1DAA) is known color: Purple Heart. HEX triplet: 5E, 1D and AA. RGB value is (94,29,170). Sum of RGB (Red+Green+Blue) = 94+29+170=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E1DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1DAA is #A1E255. Grayscale: #404040. Windows color (decimal): -10609238 or 11148638. OLE color: 11148638.
HSL color Cylindrical-coordinate representation of color #5E1DAA: hue angle of 267.66º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1DAA is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 29 | 170 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.33 |
| HSL | 267.66º | 0.71% | 0.39% | - |
| HSV(B) | 267.66º | 0.83% | 0.67% | - |
| XYZ | 12.31 | 6.16 | 38.57 | - |
| YUV | 64.51 | 187.53 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 170 | 0.45 | 0.83 | 0 | 0.33 | 267.66 | 0.71 | 0.39 |
| Hex | 5E | 1D | AA | 2D | 53 | 0 | 21 | 10C | 47 | 27 |
| Octal | 136 | 35 | 252 | 55 | 123 | 0 | 41 | 414 | 107 | 47 |
| Binary | 1011110 | 11101 | 10101010 | 101101 | 1010011 | 0 | 100001 | 100001100 | 1000111 | 100111 |
Color Harmonies of #5E1DAA
Complementary color
Monochromatic Colors of #5E1DAA
Black with #5E1DAA
Text Example
Text Example
White with #5E1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1DAA; }
p { color: rgb(94,29,170); }
H1.HeaderClassName
{
color: #5E1DAA;
}
.AnyTagClassName
{
color: #5E1DAA;
}
</style>
background-color css
<style>
a { background-color: #5E1DAA; }
a { background-color: rgb(94,29,170); }
div.DivClassName
{
background-color: #5E1DAA;
}
.BgClassName
{
background-color: #5E1DAA;
}
</style>
border-color css
<style>
span { border-color: #5E1DAA; }
span { border-color: rgb(94,29,170); }
td.TdClassName
{
border-color: #5E1DAA;
}
.TagClassName
{
border-color: #5E1DAA;
}
</style>