Shades of Royal Purple #5E1D9F
Tints of Royal Purple #5E1D9F
RGB
CMYK
RGB Variations
Color information
#5E1D9F (or 0x5E1D9F) is known color: Royal Purple. HEX triplet: 5E, 1D and 9F. RGB value is (94,29,159). Sum of RGB (Red+Green+Blue) = 94+29+159=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E1D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1D9F is #A1E260. Grayscale: #3E3E3E. Windows color (decimal): -10609249 or 10427742. OLE color: 10427742.
HSL color Cylindrical-coordinate representation of color #5E1D9F: hue angle of 270º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1D9F is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 29 | 159 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.38 |
| HSL | 270º | 0.69% | 0.37% | - |
| HSV(B) | 270º | 0.82% | 0.62% | - |
| XYZ | 11.31 | 5.76 | 33.32 | - |
| YUV | 63.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 159 | 0.41 | 0.82 | 0 | 0.38 | 270 | 0.69 | 0.37 |
| Hex | 5E | 1D | 9F | 29 | 52 | 0 | 26 | 10E | 45 | 25 |
| Octal | 136 | 35 | 237 | 51 | 122 | 0 | 46 | 416 | 105 | 45 |
| Binary | 1011110 | 11101 | 10011111 | 101001 | 1010010 | 0 | 100110 | 100001110 | 1000101 | 100101 |
Color Harmonies of #5E1D9F
Complementary color
Monochromatic Colors of #5E1D9F
Black with #5E1D9F
Text Example
Text Example
White with #5E1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D9F; }
p { color: rgb(94,29,159); }
H1.HeaderClassName
{
color: #5E1D9F;
}
.AnyTagClassName
{
color: #5E1D9F;
}
</style>
background-color css
<style>
a { background-color: #5E1D9F; }
a { background-color: rgb(94,29,159); }
div.DivClassName
{
background-color: #5E1D9F;
}
.BgClassName
{
background-color: #5E1D9F;
}
</style>
border-color css
<style>
span { border-color: #5E1D9F; }
span { border-color: rgb(94,29,159); }
td.TdClassName
{
border-color: #5E1D9F;
}
.TagClassName
{
border-color: #5E1D9F;
}
</style>