Shades of Royal Purple #5E3AAA
Tints of Royal Purple #5E3AAA
RGB
CMYK
RGB Variations
Color information
#5E3AAA (or 0x5E3AAA) is known color: Royal Purple. HEX triplet: 5E, 3A and AA. RGB value is (94,58,170). Sum of RGB (Red+Green+Blue) = 94+58+170=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3AAA is #A1C555. Grayscale: #515151. Windows color (decimal): -10601814 or 11156062. OLE color: 11156062.
HSL color Cylindrical-coordinate representation of color #5E3AAA: hue angle of 259.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E3AAA is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 58 | 170 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.33 |
| HSL | 259.29º | 0.49% | 0.45% | - |
| HSV(B) | 259.29º | 0.66% | 0.67% | - |
| XYZ | 13.38 | 8.31 | 38.93 | - |
| YUV | 81.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 170 | 0.45 | 0.66 | 0 | 0.33 | 259.29 | 0.49 | 0.45 |
| Hex | 5E | 3A | AA | 2D | 42 | 0 | 21 | 103 | 31 | 2D |
| Octal | 136 | 72 | 252 | 55 | 102 | 0 | 41 | 403 | 61 | 55 |
| Binary | 1011110 | 111010 | 10101010 | 101101 | 1000010 | 0 | 100001 | 100000011 | 110001 | 101101 |
Color Harmonies of #5E3AAA
Complementary color
Monochromatic Colors of #5E3AAA
Black with #5E3AAA
Text Example
Text Example
White with #5E3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3AAA; }
p { color: rgb(94,58,170); }
H1.HeaderClassName
{
color: #5E3AAA;
}
.AnyTagClassName
{
color: #5E3AAA;
}
</style>
background-color css
<style>
a { background-color: #5E3AAA; }
a { background-color: rgb(94,58,170); }
div.DivClassName
{
background-color: #5E3AAA;
}
.BgClassName
{
background-color: #5E3AAA;
}
</style>
border-color css
<style>
span { border-color: #5E3AAA; }
span { border-color: rgb(94,58,170); }
td.TdClassName
{
border-color: #5E3AAA;
}
.TagClassName
{
border-color: #5E3AAA;
}
</style>