Shades of Royal Purple #5B33AB
Tints of Royal Purple #5B33AB
RGB
CMYK
RGB Variations
Color information
#5B33AB (or 0x5B33AB) is known color: Royal Purple. HEX triplet: 5B, 33 and AB. RGB value is (91,51,171). Sum of RGB (Red+Green+Blue) = 91+51+171=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B33AB is #A4CC54. Grayscale: #4C4C4C. Windows color (decimal): -10800213 or 11219803. OLE color: 11219803.
HSL color Cylindrical-coordinate representation of color #5B33AB: hue angle of 260º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B33AB is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 51 | 171 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.33 |
| HSL | 260º | 0.54% | 0.44% | - |
| HSV(B) | 260º | 0.7% | 0.67% | - |
| XYZ | 12.85 | 7.53 | 39.3 | - |
| YUV | 76.64 | 181.25 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 171 | 0.47 | 0.70 | 0 | 0.33 | 260 | 0.54 | 0.44 |
| Hex | 5B | 33 | AB | 2F | 46 | 0 | 21 | 104 | 36 | 2C |
| Octal | 133 | 63 | 253 | 57 | 106 | 0 | 41 | 404 | 66 | 54 |
| Binary | 1011011 | 110011 | 10101011 | 101111 | 1000110 | 0 | 100001 | 100000100 | 110110 | 101100 |
Color Harmonies of #5B33AB
Complementary color
Monochromatic Colors of #5B33AB
Black with #5B33AB
Text Example
Text Example
White with #5B33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B33AB; }
p { color: rgb(91,51,171); }
H1.HeaderClassName
{
color: #5B33AB;
}
.AnyTagClassName
{
color: #5B33AB;
}
</style>
background-color css
<style>
a { background-color: #5B33AB; }
a { background-color: rgb(91,51,171); }
div.DivClassName
{
background-color: #5B33AB;
}
.BgClassName
{
background-color: #5B33AB;
}
</style>
border-color css
<style>
span { border-color: #5B33AB; }
span { border-color: rgb(91,51,171); }
td.TdClassName
{
border-color: #5B33AB;
}
.TagClassName
{
border-color: #5B33AB;
}
</style>