Shades of Royal Purple #5E269D
Tints of Royal Purple #5E269D
RGB
CMYK
RGB Variations
Color information
#5E269D (or 0x5E269D) is known color: Royal Purple. HEX triplet: 5E, 26 and 9D. RGB value is (94,38,157). Sum of RGB (Red+Green+Blue) = 94+38+157=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E269D is #A1D962. Grayscale: #434343. Windows color (decimal): -10606947 or 10298974. OLE color: 10298974.
HSL color Cylindrical-coordinate representation of color #5E269D: hue angle of 268.24º degrees, saturation: 0.61, 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 #5E269D is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 38 | 157 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.38 |
| HSL | 268.24º | 0.61% | 0.38% | - |
| HSV(B) | 268.24º | 0.76% | 0.62% | - |
| XYZ | 11.4 | 6.2 | 32.49 | - |
| YUV | 68.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 157 | 0.40 | 0.76 | 0 | 0.38 | 268.24 | 0.61 | 0.38 |
| Hex | 5E | 26 | 9D | 28 | 4C | 0 | 26 | 10C | 3D | 26 |
| Octal | 136 | 46 | 235 | 50 | 114 | 0 | 46 | 414 | 75 | 46 |
| Binary | 1011110 | 100110 | 10011101 | 101000 | 1001100 | 0 | 100110 | 100001100 | 111101 | 100110 |
Color Harmonies of #5E269D
Complementary color
Monochromatic Colors of #5E269D
Black with #5E269D
Text Example
Text Example
White with #5E269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E269D; }
p { color: rgb(94,38,157); }
H1.HeaderClassName
{
color: #5E269D;
}
.AnyTagClassName
{
color: #5E269D;
}
</style>
background-color css
<style>
a { background-color: #5E269D; }
a { background-color: rgb(94,38,157); }
div.DivClassName
{
background-color: #5E269D;
}
.BgClassName
{
background-color: #5E269D;
}
</style>
border-color css
<style>
span { border-color: #5E269D; }
span { border-color: rgb(94,38,157); }
td.TdClassName
{
border-color: #5E269D;
}
.TagClassName
{
border-color: #5E269D;
}
</style>