Shades of Royal Purple #5A36AB
Tints of Royal Purple #5A36AB
RGB
CMYK
RGB Variations
Color information
#5A36AB (or 0x5A36AB) is known color: Royal Purple. HEX triplet: 5A, 36 and AB. RGB value is (90,54,171). Sum of RGB (Red+Green+Blue) = 90+54+171=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A36AB is #A5C954. Grayscale: #4D4D4D. Windows color (decimal): -10864981 or 11220570. OLE color: 11220570.
HSL color Cylindrical-coordinate representation of color #5A36AB: hue angle of 258.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A36AB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 54 | 171 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.33 |
| HSL | 258.46º | 0.52% | 0.44% | - |
| HSV(B) | 258.46º | 0.68% | 0.67% | - |
| XYZ | 12.89 | 7.75 | 39.35 | - |
| YUV | 78.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 171 | 0.47 | 0.68 | 0 | 0.33 | 258.46 | 0.52 | 0.44 |
| Hex | 5A | 36 | AB | 2F | 44 | 0 | 21 | 102 | 34 | 2C |
| Octal | 132 | 66 | 253 | 57 | 104 | 0 | 41 | 402 | 64 | 54 |
| Binary | 1011010 | 110110 | 10101011 | 101111 | 1000100 | 0 | 100001 | 100000010 | 110100 | 101100 |
Color Harmonies of #5A36AB
Complementary color
Monochromatic Colors of #5A36AB
Black with #5A36AB
Text Example
Text Example
White with #5A36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36AB; }
p { color: rgb(90,54,171); }
H1.HeaderClassName
{
color: #5A36AB;
}
.AnyTagClassName
{
color: #5A36AB;
}
</style>
background-color css
<style>
a { background-color: #5A36AB; }
a { background-color: rgb(90,54,171); }
div.DivClassName
{
background-color: #5A36AB;
}
.BgClassName
{
background-color: #5A36AB;
}
</style>
border-color css
<style>
span { border-color: #5A36AB; }
span { border-color: rgb(90,54,171); }
td.TdClassName
{
border-color: #5A36AB;
}
.TagClassName
{
border-color: #5A36AB;
}
</style>