Shades of Royal Purple #5E1A9F
Tints of Royal Purple #5E1A9F
RGB
CMYK
RGB Variations
Color information
#5E1A9F (or 0x5E1A9F) is known color: Royal Purple. HEX triplet: 5E, 1A and 9F. RGB value is (94,26,159). Sum of RGB (Red+Green+Blue) = 94+26+159=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E1A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1A9F is #A1E560. Grayscale: #3D3D3D. Windows color (decimal): -10610017 or 10426974. OLE color: 10426974.
HSL color Cylindrical-coordinate representation of color #5E1A9F: hue angle of 270.68º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1A9F is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 26 | 159 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.38 |
| HSL | 270.68º | 0.72% | 0.36% | - |
| HSV(B) | 270.68º | 0.84% | 0.62% | - |
| XYZ | 11.24 | 5.62 | 33.29 | - |
| YUV | 61.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 26 | 159 | 0.41 | 0.84 | 0 | 0.38 | 270.68 | 0.72 | 0.36 |
| Hex | 5E | 1A | 9F | 29 | 54 | 0 | 26 | 10F | 48 | 24 |
| Octal | 136 | 32 | 237 | 51 | 124 | 0 | 46 | 417 | 110 | 44 |
| Binary | 1011110 | 11010 | 10011111 | 101001 | 1010100 | 0 | 100110 | 100001111 | 1001000 | 100100 |
Color Harmonies of #5E1A9F
Complementary color
Monochromatic Colors of #5E1A9F
Black with #5E1A9F
Text Example
Text Example
White with #5E1A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1A9F; }
p { color: rgb(94,26,159); }
H1.HeaderClassName
{
color: #5E1A9F;
}
.AnyTagClassName
{
color: #5E1A9F;
}
</style>
background-color css
<style>
a { background-color: #5E1A9F; }
a { background-color: rgb(94,26,159); }
div.DivClassName
{
background-color: #5E1A9F;
}
.BgClassName
{
background-color: #5E1A9F;
}
</style>
border-color css
<style>
span { border-color: #5E1A9F; }
span { border-color: rgb(94,26,159); }
td.TdClassName
{
border-color: #5E1A9F;
}
.TagClassName
{
border-color: #5E1A9F;
}
</style>