Shades of Royal Purple #5E219B
Tints of Royal Purple #5E219B
RGB
CMYK
RGB Variations
Color information
#5E219B (or 0x5E219B) is known color: Royal Purple. HEX triplet: 5E, 21 and 9B. RGB value is (94,33,155). Sum of RGB (Red+Green+Blue) = 94+33+155=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E219B is #A1DE64. Grayscale: #404040. Windows color (decimal): -10608229 or 10166622. OLE color: 10166622.
HSL color Cylindrical-coordinate representation of color #5E219B: hue angle of 270º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E219B is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 33 | 155 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.39 |
| HSL | 270º | 0.65% | 0.37% | - |
| HSV(B) | 270º | 0.79% | 0.61% | - |
| XYZ | 11.08 | 5.83 | 31.55 | - |
| YUV | 65.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 155 | 0.39 | 0.79 | 0 | 0.39 | 270 | 0.65 | 0.37 |
| Hex | 5E | 21 | 9B | 27 | 4F | 0 | 27 | 10E | 41 | 25 |
| Octal | 136 | 41 | 233 | 47 | 117 | 0 | 47 | 416 | 101 | 45 |
| Binary | 1011110 | 100001 | 10011011 | 100111 | 1001111 | 0 | 100111 | 100001110 | 1000001 | 100101 |
Color Harmonies of #5E219B
Complementary color
Monochromatic Colors of #5E219B
Black with #5E219B
Text Example
Text Example
White with #5E219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E219B; }
p { color: rgb(94,33,155); }
H1.HeaderClassName
{
color: #5E219B;
}
.AnyTagClassName
{
color: #5E219B;
}
</style>
background-color css
<style>
a { background-color: #5E219B; }
a { background-color: rgb(94,33,155); }
div.DivClassName
{
background-color: #5E219B;
}
.BgClassName
{
background-color: #5E219B;
}
</style>
border-color css
<style>
span { border-color: #5E219B; }
span { border-color: rgb(94,33,155); }
td.TdClassName
{
border-color: #5E219B;
}
.TagClassName
{
border-color: #5E219B;
}
</style>