Shades of Royal Purple #5B40AE
Tints of Royal Purple #5B40AE
RGB
CMYK
RGB Variations
Color information
#5B40AE (or 0x5B40AE) is known color: Royal Purple. HEX triplet: 5B, 40 and AE. RGB value is (91,64,174). Sum of RGB (Red+Green+Blue) = 91+64+174=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B40AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B40AE is #A4BF51. Grayscale: #545454. Windows color (decimal): -10796882 or 11419739. OLE color: 11419739.
HSL color Cylindrical-coordinate representation of color #5B40AE: hue angle of 254.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B40AE is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 64 | 174 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.32 |
| HSL | 254.73º | 0.46% | 0.47% | - |
| HSV(B) | 254.73º | 0.63% | 0.68% | - |
| XYZ | 13.79 | 8.95 | 41.04 | - |
| YUV | 84.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 174 | 0.48 | 0.63 | 0 | 0.32 | 254.73 | 0.46 | 0.47 |
| Hex | 5B | 40 | AE | 30 | 3F | 0 | 20 | FF | 2E | 2F |
| Octal | 133 | 100 | 256 | 60 | 77 | 0 | 40 | 377 | 56 | 57 |
| Binary | 1011011 | 1000000 | 10101110 | 110000 | 111111 | 0 | 100000 | 11111111 | 101110 | 101111 |
Color Harmonies of #5B40AE
Complementary color
Monochromatic Colors of #5B40AE
Black with #5B40AE
Text Example
Text Example
White with #5B40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B40AE; }
p { color: rgb(91,64,174); }
H1.HeaderClassName
{
color: #5B40AE;
}
.AnyTagClassName
{
color: #5B40AE;
}
</style>
background-color css
<style>
a { background-color: #5B40AE; }
a { background-color: rgb(91,64,174); }
div.DivClassName
{
background-color: #5B40AE;
}
.BgClassName
{
background-color: #5B40AE;
}
</style>
border-color css
<style>
span { border-color: #5B40AE; }
span { border-color: rgb(91,64,174); }
td.TdClassName
{
border-color: #5B40AE;
}
.TagClassName
{
border-color: #5B40AE;
}
</style>