Shades of Royal Purple #5E1FA0
Tints of Royal Purple #5E1FA0
RGB
CMYK
RGB Variations
Color information
#5E1FA0 (or 0x5E1FA0) is known color: Royal Purple. HEX triplet: 5E, 1F and A0. RGB value is (94,31,160). Sum of RGB (Red+Green+Blue) = 94+31+160=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E1FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1FA0 is #A1E05F. Grayscale: #404040. Windows color (decimal): -10608736 or 10493790. OLE color: 10493790.
HSL color Cylindrical-coordinate representation of color #5E1FA0: hue angle of 269.3º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1FA0 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 31 | 160 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.37 |
| HSL | 269.3º | 0.68% | 0.37% | - |
| HSV(B) | 269.3º | 0.81% | 0.63% | - |
| XYZ | 11.45 | 5.9 | 33.79 | - |
| YUV | 64.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 160 | 0.41 | 0.81 | 0 | 0.37 | 269.3 | 0.68 | 0.37 |
| Hex | 5E | 1F | A0 | 29 | 51 | 0 | 25 | 10D | 44 | 25 |
| Octal | 136 | 37 | 240 | 51 | 121 | 0 | 45 | 415 | 104 | 45 |
| Binary | 1011110 | 11111 | 10100000 | 101001 | 1010001 | 0 | 100101 | 100001101 | 1000100 | 100101 |
Color Harmonies of #5E1FA0
Complementary color
Monochromatic Colors of #5E1FA0
Black with #5E1FA0
Text Example
Text Example
White with #5E1FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1FA0; }
p { color: rgb(94,31,160); }
H1.HeaderClassName
{
color: #5E1FA0;
}
.AnyTagClassName
{
color: #5E1FA0;
}
</style>
background-color css
<style>
a { background-color: #5E1FA0; }
a { background-color: rgb(94,31,160); }
div.DivClassName
{
background-color: #5E1FA0;
}
.BgClassName
{
background-color: #5E1FA0;
}
</style>
border-color css
<style>
span { border-color: #5E1FA0; }
span { border-color: rgb(94,31,160); }
td.TdClassName
{
border-color: #5E1FA0;
}
.TagClassName
{
border-color: #5E1FA0;
}
</style>