Shades of Royal Purple #5E279F
Tints of Royal Purple #5E279F
RGB
CMYK
RGB Variations
Color information
#5E279F (or 0x5E279F) is known color: Royal Purple. HEX triplet: 5E, 27 and 9F. RGB value is (94,39,159). Sum of RGB (Red+Green+Blue) = 94+39+159=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E279F is #A1D860. Grayscale: #444444. Windows color (decimal): -10606689 or 10430302. OLE color: 10430302.
HSL color Cylindrical-coordinate representation of color #5E279F: hue angle of 267.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E279F is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 39 | 159 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.38 |
| HSL | 267.5º | 0.61% | 0.39% | - |
| HSV(B) | 267.5º | 0.75% | 0.62% | - |
| XYZ | 11.6 | 6.33 | 33.41 | - |
| YUV | 69.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 159 | 0.41 | 0.75 | 0 | 0.38 | 267.5 | 0.61 | 0.39 |
| Hex | 5E | 27 | 9F | 29 | 4B | 0 | 26 | 10C | 3D | 27 |
| Octal | 136 | 47 | 237 | 51 | 113 | 0 | 46 | 414 | 75 | 47 |
| Binary | 1011110 | 100111 | 10011111 | 101001 | 1001011 | 0 | 100110 | 100001100 | 111101 | 100111 |
Color Harmonies of #5E279F
Complementary color
Monochromatic Colors of #5E279F
Black with #5E279F
Text Example
Text Example
White with #5E279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E279F; }
p { color: rgb(94,39,159); }
H1.HeaderClassName
{
color: #5E279F;
}
.AnyTagClassName
{
color: #5E279F;
}
</style>
background-color css
<style>
a { background-color: #5E279F; }
a { background-color: rgb(94,39,159); }
div.DivClassName
{
background-color: #5E279F;
}
.BgClassName
{
background-color: #5E279F;
}
</style>
border-color css
<style>
span { border-color: #5E279F; }
span { border-color: rgb(94,39,159); }
td.TdClassName
{
border-color: #5E279F;
}
.TagClassName
{
border-color: #5E279F;
}
</style>