Shades of Royal Purple #5E269F
Tints of Royal Purple #5E269F
RGB
CMYK
RGB Variations
Color information
#5E269F (or 0x5E269F) is known color: Royal Purple. HEX triplet: 5E, 26 and 9F. RGB value is (94,38,159). Sum of RGB (Red+Green+Blue) = 94+38+159=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E269F is #A1D960. Grayscale: #444444. Windows color (decimal): -10606945 or 10430046. OLE color: 10430046.
HSL color Cylindrical-coordinate representation of color #5E269F: hue angle of 267.77º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E269F is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 38 | 159 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.38 |
| HSL | 267.77º | 0.61% | 0.39% | - |
| HSV(B) | 267.77º | 0.76% | 0.62% | - |
| XYZ | 11.57 | 6.27 | 33.4 | - |
| YUV | 68.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 159 | 0.41 | 0.76 | 0 | 0.38 | 267.77 | 0.61 | 0.39 |
| Hex | 5E | 26 | 9F | 29 | 4C | 0 | 26 | 10C | 3D | 27 |
| Octal | 136 | 46 | 237 | 51 | 114 | 0 | 46 | 414 | 75 | 47 |
| Binary | 1011110 | 100110 | 10011111 | 101001 | 1001100 | 0 | 100110 | 100001100 | 111101 | 100111 |
Color Harmonies of #5E269F
Complementary color
Monochromatic Colors of #5E269F
Black with #5E269F
Text Example
Text Example
White with #5E269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E269F; }
p { color: rgb(94,38,159); }
H1.HeaderClassName
{
color: #5E269F;
}
.AnyTagClassName
{
color: #5E269F;
}
</style>
background-color css
<style>
a { background-color: #5E269F; }
a { background-color: rgb(94,38,159); }
div.DivClassName
{
background-color: #5E269F;
}
.BgClassName
{
background-color: #5E269F;
}
</style>
border-color css
<style>
span { border-color: #5E269F; }
span { border-color: rgb(94,38,159); }
td.TdClassName
{
border-color: #5E269F;
}
.TagClassName
{
border-color: #5E269F;
}
</style>