Shades of Royal Purple #5B39A6
Tints of Royal Purple #5B39A6
RGB
CMYK
RGB Variations
Color information
#5B39A6 (or 0x5B39A6) is known color: Royal Purple. HEX triplet: 5B, 39 and A6. RGB value is (91,57,166). Sum of RGB (Red+Green+Blue) = 91+57+166=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B39A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B39A6 is #A4C659. Grayscale: #4F4F4F. Windows color (decimal): -10798682 or 10893659. OLE color: 10893659.
HSL color Cylindrical-coordinate representation of color #5B39A6: hue angle of 258.72º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B39A6 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 57 | 166 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.35 |
| HSL | 258.72º | 0.49% | 0.44% | - |
| HSV(B) | 258.72º | 0.66% | 0.65% | - |
| XYZ | 12.66 | 7.9 | 36.93 | - |
| YUV | 79.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 166 | 0.45 | 0.66 | 0 | 0.35 | 258.72 | 0.49 | 0.44 |
| Hex | 5B | 39 | A6 | 2D | 42 | 0 | 23 | 103 | 31 | 2C |
| Octal | 133 | 71 | 246 | 55 | 102 | 0 | 43 | 403 | 61 | 54 |
| Binary | 1011011 | 111001 | 10100110 | 101101 | 1000010 | 0 | 100011 | 100000011 | 110001 | 101100 |
Color Harmonies of #5B39A6
Complementary color
Monochromatic Colors of #5B39A6
Black with #5B39A6
Text Example
Text Example
White with #5B39A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B39A6; }
p { color: rgb(91,57,166); }
H1.HeaderClassName
{
color: #5B39A6;
}
.AnyTagClassName
{
color: #5B39A6;
}
</style>
background-color css
<style>
a { background-color: #5B39A6; }
a { background-color: rgb(91,57,166); }
div.DivClassName
{
background-color: #5B39A6;
}
.BgClassName
{
background-color: #5B39A6;
}
</style>
border-color css
<style>
span { border-color: #5B39A6; }
span { border-color: rgb(91,57,166); }
td.TdClassName
{
border-color: #5B39A6;
}
.TagClassName
{
border-color: #5B39A6;
}
</style>