Shades of Royal Purple #5E44AA
Tints of Royal Purple #5E44AA
RGB
CMYK
RGB Variations
Color information
#5E44AA (or 0x5E44AA) is known color: Royal Purple. HEX triplet: 5E, 44 and AA. RGB value is (94,68,170). Sum of RGB (Red+Green+Blue) = 94+68+170=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E44AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E44AA is #A1BB55. Grayscale: #575757. Windows color (decimal): -10599254 or 11158622. OLE color: 11158622.
HSL color Cylindrical-coordinate representation of color #5E44AA: hue angle of 255.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E44AA is Cyan = 0.45, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 68 | 170 | - |
| CMYK | 0.45 | 0.6 | 0 | 0.33 |
| HSL | 255.29º | 0.43% | 0.47% | - |
| HSV(B) | 255.29º | 0.6% | 0.67% | - |
| XYZ | 13.94 | 9.42 | 39.11 | - |
| YUV | 87.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 170 | 0.45 | 0.6 | 0 | 0.33 | 255.29 | 0.43 | 0.47 |
| Hex | 5E | 44 | AA | 2D | 3C | 0 | 21 | FF | 2B | 2F |
| Octal | 136 | 104 | 252 | 55 | 74 | 0 | 41 | 377 | 53 | 57 |
| Binary | 1011110 | 1000100 | 10101010 | 101101 | 111100 | 0 | 100001 | 11111111 | 101011 | 101111 |
Color Harmonies of #5E44AA
Complementary color
Monochromatic Colors of #5E44AA
Black with #5E44AA
Text Example
Text Example
White with #5E44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44AA; }
p { color: rgb(94,68,170); }
H1.HeaderClassName
{
color: #5E44AA;
}
.AnyTagClassName
{
color: #5E44AA;
}
</style>
background-color css
<style>
a { background-color: #5E44AA; }
a { background-color: rgb(94,68,170); }
div.DivClassName
{
background-color: #5E44AA;
}
.BgClassName
{
background-color: #5E44AA;
}
</style>
border-color css
<style>
span { border-color: #5E44AA; }
span { border-color: rgb(94,68,170); }
td.TdClassName
{
border-color: #5E44AA;
}
.TagClassName
{
border-color: #5E44AA;
}
</style>