Shades of Royal Purple #5E3CAE
Tints of Royal Purple #5E3CAE
RGB
CMYK
RGB Variations
Color information
#5E3CAE (or 0x5E3CAE) is known color: Royal Purple. HEX triplet: 5E, 3C and AE. RGB value is (94,60,174). Sum of RGB (Red+Green+Blue) = 94+60+174=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3CAE is #A1C351. Grayscale: #525252. Windows color (decimal): -10601298 or 11418718. OLE color: 11418718.
HSL color Cylindrical-coordinate representation of color #5E3CAE: hue angle of 257.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E3CAE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 60 | 174 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.32 |
| HSL | 257.89º | 0.49% | 0.46% | - |
| HSV(B) | 257.89º | 0.66% | 0.68% | - |
| XYZ | 13.87 | 8.67 | 40.99 | - |
| YUV | 83.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 174 | 0.46 | 0.66 | 0 | 0.32 | 257.89 | 0.49 | 0.46 |
| Hex | 5E | 3C | AE | 2E | 42 | 0 | 20 | 102 | 31 | 2E |
| Octal | 136 | 74 | 256 | 56 | 102 | 0 | 40 | 402 | 61 | 56 |
| Binary | 1011110 | 111100 | 10101110 | 101110 | 1000010 | 0 | 100000 | 100000010 | 110001 | 101110 |
Color Harmonies of #5E3CAE
Complementary color
Monochromatic Colors of #5E3CAE
Black with #5E3CAE
Text Example
Text Example
White with #5E3CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CAE; }
p { color: rgb(94,60,174); }
H1.HeaderClassName
{
color: #5E3CAE;
}
.AnyTagClassName
{
color: #5E3CAE;
}
</style>
background-color css
<style>
a { background-color: #5E3CAE; }
a { background-color: rgb(94,60,174); }
div.DivClassName
{
background-color: #5E3CAE;
}
.BgClassName
{
background-color: #5E3CAE;
}
</style>
border-color css
<style>
span { border-color: #5E3CAE; }
span { border-color: rgb(94,60,174); }
td.TdClassName
{
border-color: #5E3CAE;
}
.TagClassName
{
border-color: #5E3CAE;
}
</style>