Shades of Royal Purple #5A40AB
Tints of Royal Purple #5A40AB
RGB
CMYK
RGB Variations
Color information
#5A40AB (or 0x5A40AB) is known color: Royal Purple. HEX triplet: 5A, 40 and AB. RGB value is (90,64,171). Sum of RGB (Red+Green+Blue) = 90+64+171=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A40AB is #A5BF54. Grayscale: #535353. Windows color (decimal): -10862421 or 11223130. OLE color: 11223130.
HSL color Cylindrical-coordinate representation of color #5A40AB: hue angle of 254.58º 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 #5A40AB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 64 | 171 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.33 |
| HSL | 254.58º | 0.46% | 0.46% | - |
| HSV(B) | 254.58º | 0.63% | 0.67% | - |
| XYZ | 13.4 | 8.78 | 39.52 | - |
| YUV | 83.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 171 | 0.47 | 0.63 | 0 | 0.33 | 254.58 | 0.46 | 0.46 |
| Hex | 5A | 40 | AB | 2F | 3F | 0 | 21 | FF | 2E | 2E |
| Octal | 132 | 100 | 253 | 57 | 77 | 0 | 41 | 377 | 56 | 56 |
| Binary | 1011010 | 1000000 | 10101011 | 101111 | 111111 | 0 | 100001 | 11111111 | 101110 | 101110 |
Color Harmonies of #5A40AB
Complementary color
Monochromatic Colors of #5A40AB
Black with #5A40AB
Text Example
Text Example
White with #5A40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40AB; }
p { color: rgb(90,64,171); }
H1.HeaderClassName
{
color: #5A40AB;
}
.AnyTagClassName
{
color: #5A40AB;
}
</style>
background-color css
<style>
a { background-color: #5A40AB; }
a { background-color: rgb(90,64,171); }
div.DivClassName
{
background-color: #5A40AB;
}
.BgClassName
{
background-color: #5A40AB;
}
</style>
border-color css
<style>
span { border-color: #5A40AB; }
span { border-color: rgb(90,64,171); }
td.TdClassName
{
border-color: #5A40AB;
}
.TagClassName
{
border-color: #5A40AB;
}
</style>