Shades of Royal Purple #5E259D
Tints of Royal Purple #5E259D
RGB
CMYK
RGB Variations
Color information
#5E259D (or 0x5E259D) is known color: Royal Purple. HEX triplet: 5E, 25 and 9D. RGB value is (94,37,157). Sum of RGB (Red+Green+Blue) = 94+37+157=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E259D is #A1DA62. Grayscale: #434343. Windows color (decimal): -10607203 or 10298718. OLE color: 10298718.
HSL color Cylindrical-coordinate representation of color #5E259D: hue angle of 268.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E259D is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 37 | 157 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.38 |
| HSL | 268.5º | 0.62% | 0.38% | - |
| HSV(B) | 268.5º | 0.76% | 0.62% | - |
| XYZ | 11.36 | 6.14 | 32.48 | - |
| YUV | 67.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 157 | 0.40 | 0.76 | 0 | 0.38 | 268.5 | 0.62 | 0.38 |
| Hex | 5E | 25 | 9D | 28 | 4C | 0 | 26 | 10C | 3E | 26 |
| Octal | 136 | 45 | 235 | 50 | 114 | 0 | 46 | 414 | 76 | 46 |
| Binary | 1011110 | 100101 | 10011101 | 101000 | 1001100 | 0 | 100110 | 100001100 | 111110 | 100110 |
Color Harmonies of #5E259D
Complementary color
Monochromatic Colors of #5E259D
Black with #5E259D
Text Example
Text Example
White with #5E259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E259D; }
p { color: rgb(94,37,157); }
H1.HeaderClassName
{
color: #5E259D;
}
.AnyTagClassName
{
color: #5E259D;
}
</style>
background-color css
<style>
a { background-color: #5E259D; }
a { background-color: rgb(94,37,157); }
div.DivClassName
{
background-color: #5E259D;
}
.BgClassName
{
background-color: #5E259D;
}
</style>
border-color css
<style>
span { border-color: #5E259D; }
span { border-color: rgb(94,37,157); }
td.TdClassName
{
border-color: #5E259D;
}
.TagClassName
{
border-color: #5E259D;
}
</style>