Shades of Royal Purple #5E309E
Tints of Royal Purple #5E309E
RGB
CMYK
RGB Variations
Color information
#5E309E (or 0x5E309E) is known color: Royal Purple. HEX triplet: 5E, 30 and 9E. RGB value is (94,48,158). Sum of RGB (Red+Green+Blue) = 94+48+158=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E309E is #A1CF61. Grayscale: #494949. Windows color (decimal): -10604386 or 10367070. OLE color: 10367070.
HSL color Cylindrical-coordinate representation of color #5E309E: hue angle of 265.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E309E is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 48 | 158 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.38 |
| HSL | 265.09º | 0.53% | 0.4% | - |
| HSV(B) | 265.09º | 0.7% | 0.62% | - |
| XYZ | 11.84 | 6.96 | 33.07 | - |
| YUV | 74.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 158 | 0.41 | 0.70 | 0 | 0.38 | 265.09 | 0.53 | 0.4 |
| Hex | 5E | 30 | 9E | 29 | 46 | 0 | 26 | 109 | 35 | 28 |
| Octal | 136 | 60 | 236 | 51 | 106 | 0 | 46 | 411 | 65 | 50 |
| Binary | 1011110 | 110000 | 10011110 | 101001 | 1000110 | 0 | 100110 | 100001001 | 110101 | 101000 |
Color Harmonies of #5E309E
Complementary color
Monochromatic Colors of #5E309E
Black with #5E309E
Text Example
Text Example
White with #5E309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E309E; }
p { color: rgb(94,48,158); }
H1.HeaderClassName
{
color: #5E309E;
}
.AnyTagClassName
{
color: #5E309E;
}
</style>
background-color css
<style>
a { background-color: #5E309E; }
a { background-color: rgb(94,48,158); }
div.DivClassName
{
background-color: #5E309E;
}
.BgClassName
{
background-color: #5E309E;
}
</style>
border-color css
<style>
span { border-color: #5E309E; }
span { border-color: rgb(94,48,158); }
td.TdClassName
{
border-color: #5E309E;
}
.TagClassName
{
border-color: #5E309E;
}
</style>