Shades of Royal Purple #5B41AB
Tints of Royal Purple #5B41AB
RGB
CMYK
RGB Variations
Color information
#5B41AB (or 0x5B41AB) is known color: Royal Purple. HEX triplet: 5B, 41 and AB. RGB value is (91,65,171). Sum of RGB (Red+Green+Blue) = 91+65+171=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B41AB is #A4BE54. Grayscale: #545454. Windows color (decimal): -10796629 or 11223387. OLE color: 11223387.
HSL color Cylindrical-coordinate representation of color #5B41AB: hue angle of 254.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B41AB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 65 | 171 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.33 |
| HSL | 254.72º | 0.45% | 0.46% | - |
| HSV(B) | 254.72º | 0.62% | 0.67% | - |
| XYZ | 13.56 | 8.95 | 39.54 | - |
| YUV | 84.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 171 | 0.47 | 0.62 | 0 | 0.33 | 254.72 | 0.45 | 0.46 |
| Hex | 5B | 41 | AB | 2F | 3E | 0 | 21 | FF | 2D | 2E |
| Octal | 133 | 101 | 253 | 57 | 76 | 0 | 41 | 377 | 55 | 56 |
| Binary | 1011011 | 1000001 | 10101011 | 101111 | 111110 | 0 | 100001 | 11111111 | 101101 | 101110 |
Color Harmonies of #5B41AB
Complementary color
Monochromatic Colors of #5B41AB
Black with #5B41AB
Text Example
Text Example
White with #5B41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B41AB; }
p { color: rgb(91,65,171); }
H1.HeaderClassName
{
color: #5B41AB;
}
.AnyTagClassName
{
color: #5B41AB;
}
</style>
background-color css
<style>
a { background-color: #5B41AB; }
a { background-color: rgb(91,65,171); }
div.DivClassName
{
background-color: #5B41AB;
}
.BgClassName
{
background-color: #5B41AB;
}
</style>
border-color css
<style>
span { border-color: #5B41AB; }
span { border-color: rgb(91,65,171); }
td.TdClassName
{
border-color: #5B41AB;
}
.TagClassName
{
border-color: #5B41AB;
}
</style>