Shades of Royal Purple #5B41AC
Tints of Royal Purple #5B41AC
RGB
CMYK
RGB Variations
Color information
#5B41AC (or 0x5B41AC) is known color: Royal Purple. HEX triplet: 5B, 41 and AC. RGB value is (91,65,172). Sum of RGB (Red+Green+Blue) = 91+65+172=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B41AC is #A4BE53. Grayscale: #545454. Windows color (decimal): -10796628 or 11288923. OLE color: 11288923.
HSL color Cylindrical-coordinate representation of color #5B41AC: hue angle of 254.58º 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 #5B41AC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 65 | 172 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.33 |
| HSL | 254.58º | 0.45% | 0.46% | - |
| HSV(B) | 254.58º | 0.62% | 0.67% | - |
| XYZ | 13.65 | 8.98 | 40.04 | - |
| YUV | 84.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 172 | 0.47 | 0.62 | 0 | 0.33 | 254.58 | 0.45 | 0.46 |
| Hex | 5B | 41 | AC | 2F | 3E | 0 | 21 | FF | 2D | 2E |
| Octal | 133 | 101 | 254 | 57 | 76 | 0 | 41 | 377 | 55 | 56 |
| Binary | 1011011 | 1000001 | 10101100 | 101111 | 111110 | 0 | 100001 | 11111111 | 101101 | 101110 |
Color Harmonies of #5B41AC
Complementary color
Monochromatic Colors of #5B41AC
Black with #5B41AC
Text Example
Text Example
White with #5B41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B41AC; }
p { color: rgb(91,65,172); }
H1.HeaderClassName
{
color: #5B41AC;
}
.AnyTagClassName
{
color: #5B41AC;
}
</style>
background-color css
<style>
a { background-color: #5B41AC; }
a { background-color: rgb(91,65,172); }
div.DivClassName
{
background-color: #5B41AC;
}
.BgClassName
{
background-color: #5B41AC;
}
</style>
border-color css
<style>
span { border-color: #5B41AC; }
span { border-color: rgb(91,65,172); }
td.TdClassName
{
border-color: #5B41AC;
}
.TagClassName
{
border-color: #5B41AC;
}
</style>