Shades of Royal Purple #5E36A0
Tints of Royal Purple #5E36A0
RGB
CMYK
RGB Variations
Color information
#5E36A0 (or 0x5E36A0) is known color: Royal Purple. HEX triplet: 5E, 36 and A0. RGB value is (94,54,160). Sum of RGB (Red+Green+Blue) = 94+54+160=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E36A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36A0 is #A1C95F. Grayscale: #4D4D4D. Windows color (decimal): -10602848 or 10499678. OLE color: 10499678.
HSL color Cylindrical-coordinate representation of color #5E36A0: hue angle of 262.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E36A0 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 54 | 160 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.37 |
| HSL | 262.64º | 0.5% | 0.42% | - |
| HSV(B) | 262.64º | 0.66% | 0.63% | - |
| XYZ | 12.28 | 7.56 | 34.07 | - |
| YUV | 78.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 160 | 0.41 | 0.66 | 0 | 0.37 | 262.64 | 0.5 | 0.42 |
| Hex | 5E | 36 | A0 | 29 | 42 | 0 | 25 | 107 | 32 | 2A |
| Octal | 136 | 66 | 240 | 51 | 102 | 0 | 45 | 407 | 62 | 52 |
| Binary | 1011110 | 110110 | 10100000 | 101001 | 1000010 | 0 | 100101 | 100000111 | 110010 | 101010 |
Color Harmonies of #5E36A0
Complementary color
Monochromatic Colors of #5E36A0
Black with #5E36A0
Text Example
Text Example
White with #5E36A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36A0; }
p { color: rgb(94,54,160); }
H1.HeaderClassName
{
color: #5E36A0;
}
.AnyTagClassName
{
color: #5E36A0;
}
</style>
background-color css
<style>
a { background-color: #5E36A0; }
a { background-color: rgb(94,54,160); }
div.DivClassName
{
background-color: #5E36A0;
}
.BgClassName
{
background-color: #5E36A0;
}
</style>
border-color css
<style>
span { border-color: #5E36A0; }
span { border-color: rgb(94,54,160); }
td.TdClassName
{
border-color: #5E36A0;
}
.TagClassName
{
border-color: #5E36A0;
}
</style>