Shades of Royal Purple #5E249B
Tints of Royal Purple #5E249B
RGB
CMYK
RGB Variations
Color information
#5E249B (or 0x5E249B) is known color: Royal Purple. HEX triplet: 5E, 24 and 9B. RGB value is (94,36,155). Sum of RGB (Red+Green+Blue) = 94+36+155=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E249B is #A1DB64. Grayscale: #424242. Windows color (decimal): -10607461 or 10167390. OLE color: 10167390.
HSL color Cylindrical-coordinate representation of color #5E249B: hue angle of 269.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E249B is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 36 | 155 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.39 |
| HSL | 269.24º | 0.62% | 0.37% | - |
| HSV(B) | 269.24º | 0.77% | 0.61% | - |
| XYZ | 11.16 | 6.01 | 31.58 | - |
| YUV | 66.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 155 | 0.39 | 0.77 | 0 | 0.39 | 269.24 | 0.62 | 0.37 |
| Hex | 5E | 24 | 9B | 27 | 4D | 0 | 27 | 10D | 3E | 25 |
| Octal | 136 | 44 | 233 | 47 | 115 | 0 | 47 | 415 | 76 | 45 |
| Binary | 1011110 | 100100 | 10011011 | 100111 | 1001101 | 0 | 100111 | 100001101 | 111110 | 100101 |
Color Harmonies of #5E249B
Complementary color
Monochromatic Colors of #5E249B
Black with #5E249B
Text Example
Text Example
White with #5E249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E249B; }
p { color: rgb(94,36,155); }
H1.HeaderClassName
{
color: #5E249B;
}
.AnyTagClassName
{
color: #5E249B;
}
</style>
background-color css
<style>
a { background-color: #5E249B; }
a { background-color: rgb(94,36,155); }
div.DivClassName
{
background-color: #5E249B;
}
.BgClassName
{
background-color: #5E249B;
}
</style>
border-color css
<style>
span { border-color: #5E249B; }
span { border-color: rgb(94,36,155); }
td.TdClassName
{
border-color: #5E249B;
}
.TagClassName
{
border-color: #5E249B;
}
</style>