Shades of Royal Purple #5B38AD
Tints of Royal Purple #5B38AD
RGB
CMYK
RGB Variations
Color information
#5B38AD (or 0x5B38AD) is known color: Royal Purple. HEX triplet: 5B, 38 and AD. RGB value is (91,56,173). Sum of RGB (Red+Green+Blue) = 91+56+173=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B38AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B38AD is #A4C752. Grayscale: #4F4F4F. Windows color (decimal): -10798931 or 11352155. OLE color: 11352155.
HSL color Cylindrical-coordinate representation of color #5B38AD: hue angle of 257.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B38AD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 56 | 173 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.32 |
| HSL | 257.95º | 0.51% | 0.45% | - |
| HSV(B) | 257.95º | 0.68% | 0.68% | - |
| XYZ | 13.27 | 8.07 | 40.39 | - |
| YUV | 79.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 173 | 0.47 | 0.68 | 0 | 0.32 | 257.95 | 0.51 | 0.45 |
| Hex | 5B | 38 | AD | 2F | 44 | 0 | 20 | 102 | 33 | 2D |
| Octal | 133 | 70 | 255 | 57 | 104 | 0 | 40 | 402 | 63 | 55 |
| Binary | 1011011 | 111000 | 10101101 | 101111 | 1000100 | 0 | 100000 | 100000010 | 110011 | 101101 |
Color Harmonies of #5B38AD
Complementary color
Monochromatic Colors of #5B38AD
Black with #5B38AD
Text Example
Text Example
White with #5B38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B38AD; }
p { color: rgb(91,56,173); }
H1.HeaderClassName
{
color: #5B38AD;
}
.AnyTagClassName
{
color: #5B38AD;
}
</style>
background-color css
<style>
a { background-color: #5B38AD; }
a { background-color: rgb(91,56,173); }
div.DivClassName
{
background-color: #5B38AD;
}
.BgClassName
{
background-color: #5B38AD;
}
</style>
border-color css
<style>
span { border-color: #5B38AD; }
span { border-color: rgb(91,56,173); }
td.TdClassName
{
border-color: #5B38AD;
}
.TagClassName
{
border-color: #5B38AD;
}
</style>