Shades of Royal Purple #5E219D
Tints of Royal Purple #5E219D
RGB
CMYK
RGB Variations
Color information
#5E219D (or 0x5E219D) is known color: Royal Purple. HEX triplet: 5E, 21 and 9D. RGB value is (94,33,157). Sum of RGB (Red+Green+Blue) = 94+33+157=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E219D is #A1DE62. Grayscale: #404040. Windows color (decimal): -10608227 or 10297694. OLE color: 10297694.
HSL color Cylindrical-coordinate representation of color #5E219D: hue angle of 269.52º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E219D is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 33 | 157 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.38 |
| HSL | 269.52º | 0.65% | 0.37% | - |
| HSV(B) | 269.52º | 0.79% | 0.62% | - |
| XYZ | 11.25 | 5.9 | 32.44 | - |
| YUV | 65.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 157 | 0.40 | 0.79 | 0 | 0.38 | 269.52 | 0.65 | 0.37 |
| Hex | 5E | 21 | 9D | 28 | 4F | 0 | 26 | 10E | 41 | 25 |
| Octal | 136 | 41 | 235 | 50 | 117 | 0 | 46 | 416 | 101 | 45 |
| Binary | 1011110 | 100001 | 10011101 | 101000 | 1001111 | 0 | 100110 | 100001110 | 1000001 | 100101 |
Color Harmonies of #5E219D
Complementary color
Monochromatic Colors of #5E219D
Black with #5E219D
Text Example
Text Example
White with #5E219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E219D; }
p { color: rgb(94,33,157); }
H1.HeaderClassName
{
color: #5E219D;
}
.AnyTagClassName
{
color: #5E219D;
}
</style>
background-color css
<style>
a { background-color: #5E219D; }
a { background-color: rgb(94,33,157); }
div.DivClassName
{
background-color: #5E219D;
}
.BgClassName
{
background-color: #5E219D;
}
</style>
border-color css
<style>
span { border-color: #5E219D; }
span { border-color: rgb(94,33,157); }
td.TdClassName
{
border-color: #5E219D;
}
.TagClassName
{
border-color: #5E219D;
}
</style>