Shades of Royal Purple #5E22A3
Tints of Royal Purple #5E22A3
RGB
CMYK
RGB Variations
Color information
#5E22A3 (or 0x5E22A3) is known color: Royal Purple. HEX triplet: 5E, 22 and A3. RGB value is (94,34,163). Sum of RGB (Red+Green+Blue) = 94+34+163=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #5E22A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E22A3 is #A1DD5C. Grayscale: #424242. Windows color (decimal): -10607965 or 10691166. OLE color: 10691166.
HSL color Cylindrical-coordinate representation of color #5E22A3: hue angle of 267.91º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E22A3 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 34 | 163 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.36 |
| HSL | 267.91º | 0.65% | 0.39% | - |
| HSV(B) | 267.91º | 0.79% | 0.64% | - |
| XYZ | 11.8 | 6.17 | 35.22 | - |
| YUV | 66.65 | 182.38 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 163 | 0.42 | 0.79 | 0 | 0.36 | 267.91 | 0.65 | 0.39 |
| Hex | 5E | 22 | A3 | 2A | 4F | 0 | 24 | 10C | 41 | 27 |
| Octal | 136 | 42 | 243 | 52 | 117 | 0 | 44 | 414 | 101 | 47 |
| Binary | 1011110 | 100010 | 10100011 | 101010 | 1001111 | 0 | 100100 | 100001100 | 1000001 | 100111 |
Color Harmonies of #5E22A3
Complementary color
Monochromatic Colors of #5E22A3
Black with #5E22A3
Text Example
Text Example
White with #5E22A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E22A3; }
p { color: rgb(94,34,163); }
H1.HeaderClassName
{
color: #5E22A3;
}
.AnyTagClassName
{
color: #5E22A3;
}
</style>
background-color css
<style>
a { background-color: #5E22A3; }
a { background-color: rgb(94,34,163); }
div.DivClassName
{
background-color: #5E22A3;
}
.BgClassName
{
background-color: #5E22A3;
}
</style>
border-color css
<style>
span { border-color: #5E22A3; }
span { border-color: rgb(94,34,163); }
td.TdClassName
{
border-color: #5E22A3;
}
.TagClassName
{
border-color: #5E22A3;
}
</style>