Shades of Royal Purple #5B40AC
Tints of Royal Purple #5B40AC
RGB
CMYK
RGB Variations
Color information
#5B40AC (or 0x5B40AC) is known color: Royal Purple. HEX triplet: 5B, 40 and AC. RGB value is (91,64,172). Sum of RGB (Red+Green+Blue) = 91+64+172=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B40AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B40AC is #A4BF53. Grayscale: #535353. Windows color (decimal): -10796884 or 11288667. OLE color: 11288667.
HSL color Cylindrical-coordinate representation of color #5B40AC: hue angle of 255º 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 #5B40AC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 64 | 172 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.33 |
| HSL | 255º | 0.46% | 0.46% | - |
| HSV(B) | 255º | 0.63% | 0.67% | - |
| XYZ | 13.59 | 8.87 | 40.03 | - |
| YUV | 84.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 172 | 0.47 | 0.63 | 0 | 0.33 | 255 | 0.46 | 0.46 |
| Hex | 5B | 40 | AC | 2F | 3F | 0 | 21 | FF | 2E | 2E |
| Octal | 133 | 100 | 254 | 57 | 77 | 0 | 41 | 377 | 56 | 56 |
| Binary | 1011011 | 1000000 | 10101100 | 101111 | 111111 | 0 | 100001 | 11111111 | 101110 | 101110 |
Color Harmonies of #5B40AC
Complementary color
Monochromatic Colors of #5B40AC
Black with #5B40AC
Text Example
Text Example
White with #5B40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B40AC; }
p { color: rgb(91,64,172); }
H1.HeaderClassName
{
color: #5B40AC;
}
.AnyTagClassName
{
color: #5B40AC;
}
</style>
background-color css
<style>
a { background-color: #5B40AC; }
a { background-color: rgb(91,64,172); }
div.DivClassName
{
background-color: #5B40AC;
}
.BgClassName
{
background-color: #5B40AC;
}
</style>
border-color css
<style>
span { border-color: #5B40AC; }
span { border-color: rgb(91,64,172); }
td.TdClassName
{
border-color: #5B40AC;
}
.TagClassName
{
border-color: #5B40AC;
}
</style>