Shades of Royal Purple #5E41A4
Tints of Royal Purple #5E41A4
RGB
CMYK
RGB Variations
Color information
#5E41A4 (or 0x5E41A4) is known color: Royal Purple. HEX triplet: 5E, 41 and A4. RGB value is (94,65,164). Sum of RGB (Red+Green+Blue) = 94+65+164=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E41A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41A4 is #A1BE5B. Grayscale: #545454. Windows color (decimal): -10600028 or 10764638. OLE color: 10764638.
HSL color Cylindrical-coordinate representation of color #5E41A4: hue angle of 257.58º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E41A4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 65 | 164 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.36 |
| HSL | 257.58º | 0.43% | 0.45% | - |
| HSV(B) | 257.58º | 0.6% | 0.64% | - |
| XYZ | 13.21 | 8.84 | 36.13 | - |
| YUV | 84.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 164 | 0.43 | 0.60 | 0 | 0.36 | 257.58 | 0.43 | 0.45 |
| Hex | 5E | 41 | A4 | 2B | 3C | 0 | 24 | 102 | 2B | 2D |
| Octal | 136 | 101 | 244 | 53 | 74 | 0 | 44 | 402 | 53 | 55 |
| Binary | 1011110 | 1000001 | 10100100 | 101011 | 111100 | 0 | 100100 | 100000010 | 101011 | 101101 |
Color Harmonies of #5E41A4
Complementary color
Monochromatic Colors of #5E41A4
Black with #5E41A4
Text Example
Text Example
White with #5E41A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E41A4; }
p { color: rgb(94,65,164); }
H1.HeaderClassName
{
color: #5E41A4;
}
.AnyTagClassName
{
color: #5E41A4;
}
</style>
background-color css
<style>
a { background-color: #5E41A4; }
a { background-color: rgb(94,65,164); }
div.DivClassName
{
background-color: #5E41A4;
}
.BgClassName
{
background-color: #5E41A4;
}
</style>
border-color css
<style>
span { border-color: #5E41A4; }
span { border-color: rgb(94,65,164); }
td.TdClassName
{
border-color: #5E41A4;
}
.TagClassName
{
border-color: #5E41A4;
}
</style>