Shades of Royal Purple #5E3FAA
Tints of Royal Purple #5E3FAA
RGB
CMYK
RGB Variations
Color information
#5E3FAA (or 0x5E3FAA) is known color: Royal Purple. HEX triplet: 5E, 3F and AA. RGB value is (94,63,170). Sum of RGB (Red+Green+Blue) = 94+63+170=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3FAA is #A1C055. Grayscale: #545454. Windows color (decimal): -10600534 or 11157342. OLE color: 11157342.
HSL color Cylindrical-coordinate representation of color #5E3FAA: hue angle of 257.38º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E3FAA is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 63 | 170 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.33 |
| HSL | 257.38º | 0.46% | 0.46% | - |
| HSV(B) | 257.38º | 0.63% | 0.67% | - |
| XYZ | 13.65 | 8.84 | 39.02 | - |
| YUV | 84.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 170 | 0.45 | 0.63 | 0 | 0.33 | 257.38 | 0.46 | 0.46 |
| Hex | 5E | 3F | AA | 2D | 3F | 0 | 21 | 101 | 2E | 2E |
| Octal | 136 | 77 | 252 | 55 | 77 | 0 | 41 | 401 | 56 | 56 |
| Binary | 1011110 | 111111 | 10101010 | 101101 | 111111 | 0 | 100001 | 100000001 | 101110 | 101110 |
Color Harmonies of #5E3FAA
Complementary color
Monochromatic Colors of #5E3FAA
Black with #5E3FAA
Text Example
Text Example
White with #5E3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FAA; }
p { color: rgb(94,63,170); }
H1.HeaderClassName
{
color: #5E3FAA;
}
.AnyTagClassName
{
color: #5E3FAA;
}
</style>
background-color css
<style>
a { background-color: #5E3FAA; }
a { background-color: rgb(94,63,170); }
div.DivClassName
{
background-color: #5E3FAA;
}
.BgClassName
{
background-color: #5E3FAA;
}
</style>
border-color css
<style>
span { border-color: #5E3FAA; }
span { border-color: rgb(94,63,170); }
td.TdClassName
{
border-color: #5E3FAA;
}
.TagClassName
{
border-color: #5E3FAA;
}
</style>