Shades of Royal Purple #5E1AA0
Tints of Royal Purple #5E1AA0
RGB
CMYK
RGB Variations
Color information
#5E1AA0 (or 0x5E1AA0) is known color: Royal Purple. HEX triplet: 5E, 1A and A0. RGB value is (94,26,160). Sum of RGB (Red+Green+Blue) = 94+26+160=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E1AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1AA0 is #A1E55F. Grayscale: #3D3D3D. Windows color (decimal): -10610016 or 10492510. OLE color: 10492510.
HSL color Cylindrical-coordinate representation of color #5E1AA0: hue angle of 270.45º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1AA0 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 26 | 160 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.37 |
| HSL | 270.45º | 0.72% | 0.36% | - |
| HSV(B) | 270.45º | 0.84% | 0.63% | - |
| XYZ | 11.33 | 5.66 | 33.75 | - |
| YUV | 61.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 26 | 160 | 0.41 | 0.84 | 0 | 0.37 | 270.45 | 0.72 | 0.36 |
| Hex | 5E | 1A | A0 | 29 | 54 | 0 | 25 | 10E | 48 | 24 |
| Octal | 136 | 32 | 240 | 51 | 124 | 0 | 45 | 416 | 110 | 44 |
| Binary | 1011110 | 11010 | 10100000 | 101001 | 1010100 | 0 | 100101 | 100001110 | 1001000 | 100100 |
Color Harmonies of #5E1AA0
Complementary color
Monochromatic Colors of #5E1AA0
Black with #5E1AA0
Text Example
Text Example
White with #5E1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1AA0; }
p { color: rgb(94,26,160); }
H1.HeaderClassName
{
color: #5E1AA0;
}
.AnyTagClassName
{
color: #5E1AA0;
}
</style>
background-color css
<style>
a { background-color: #5E1AA0; }
a { background-color: rgb(94,26,160); }
div.DivClassName
{
background-color: #5E1AA0;
}
.BgClassName
{
background-color: #5E1AA0;
}
</style>
border-color css
<style>
span { border-color: #5E1AA0; }
span { border-color: rgb(94,26,160); }
td.TdClassName
{
border-color: #5E1AA0;
}
.TagClassName
{
border-color: #5E1AA0;
}
</style>