Shades of Royal Purple #5E2DA1
Tints of Royal Purple #5E2DA1
RGB
CMYK
RGB Variations
Color information
#5E2DA1 (or 0x5E2DA1) is known color: Royal Purple. HEX triplet: 5E, 2D and A1. RGB value is (94,45,161). Sum of RGB (Red+Green+Blue) = 94+45+161=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #5E2DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2DA1 is #A1D25E. Grayscale: #484848. Windows color (decimal): -10605151 or 10562910. OLE color: 10562910.
HSL color Cylindrical-coordinate representation of color #5E2DA1: hue angle of 265.34º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2DA1 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 45 | 161 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.37 |
| HSL | 265.34º | 0.56% | 0.4% | - |
| HSV(B) | 265.34º | 0.72% | 0.63% | - |
| XYZ | 11.99 | 6.83 | 34.4 | - |
| YUV | 72.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 161 | 0.42 | 0.72 | 0 | 0.37 | 265.34 | 0.56 | 0.4 |
| Hex | 5E | 2D | A1 | 2A | 48 | 0 | 25 | 109 | 38 | 28 |
| Octal | 136 | 55 | 241 | 52 | 110 | 0 | 45 | 411 | 70 | 50 |
| Binary | 1011110 | 101101 | 10100001 | 101010 | 1001000 | 0 | 100101 | 100001001 | 111000 | 101000 |
Color Harmonies of #5E2DA1
Complementary color
Monochromatic Colors of #5E2DA1
Black with #5E2DA1
Text Example
Text Example
White with #5E2DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2DA1; }
p { color: rgb(94,45,161); }
H1.HeaderClassName
{
color: #5E2DA1;
}
.AnyTagClassName
{
color: #5E2DA1;
}
</style>
background-color css
<style>
a { background-color: #5E2DA1; }
a { background-color: rgb(94,45,161); }
div.DivClassName
{
background-color: #5E2DA1;
}
.BgClassName
{
background-color: #5E2DA1;
}
</style>
border-color css
<style>
span { border-color: #5E2DA1; }
span { border-color: rgb(94,45,161); }
td.TdClassName
{
border-color: #5E2DA1;
}
.TagClassName
{
border-color: #5E2DA1;
}
</style>