Shades of Royal Purple #5B3BAC
Tints of Royal Purple #5B3BAC
RGB
CMYK
RGB Variations
Color information
#5B3BAC (or 0x5B3BAC) is known color: Royal Purple. HEX triplet: 5B, 3B and AC. RGB value is (91,59,172). Sum of RGB (Red+Green+Blue) = 91+59+172=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3BAC is #A4C453. Grayscale: #515151. Windows color (decimal): -10798164 or 11287387. OLE color: 11287387.
HSL color Cylindrical-coordinate representation of color #5B3BAC: hue angle of 256.99º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3BAC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 59 | 172 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.33 |
| HSL | 256.99º | 0.49% | 0.45% | - |
| HSV(B) | 256.99º | 0.66% | 0.67% | - |
| XYZ | 13.32 | 8.33 | 39.94 | - |
| YUV | 81.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 172 | 0.47 | 0.66 | 0 | 0.33 | 256.99 | 0.49 | 0.45 |
| Hex | 5B | 3B | AC | 2F | 42 | 0 | 21 | 101 | 31 | 2D |
| Octal | 133 | 73 | 254 | 57 | 102 | 0 | 41 | 401 | 61 | 55 |
| Binary | 1011011 | 111011 | 10101100 | 101111 | 1000010 | 0 | 100001 | 100000001 | 110001 | 101101 |
Color Harmonies of #5B3BAC
Complementary color
Monochromatic Colors of #5B3BAC
Black with #5B3BAC
Text Example
Text Example
White with #5B3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BAC; }
p { color: rgb(91,59,172); }
H1.HeaderClassName
{
color: #5B3BAC;
}
.AnyTagClassName
{
color: #5B3BAC;
}
</style>
background-color css
<style>
a { background-color: #5B3BAC; }
a { background-color: rgb(91,59,172); }
div.DivClassName
{
background-color: #5B3BAC;
}
.BgClassName
{
background-color: #5B3BAC;
}
</style>
border-color css
<style>
span { border-color: #5B3BAC; }
span { border-color: rgb(91,59,172); }
td.TdClassName
{
border-color: #5B3BAC;
}
.TagClassName
{
border-color: #5B3BAC;
}
</style>