Shades of Royal Purple #5B2FA6
Tints of Royal Purple #5B2FA6
RGB
CMYK
RGB Variations
Color information
#5B2FA6 (or 0x5B2FA6) is known color: Royal Purple. HEX triplet: 5B, 2F and A6. RGB value is (91,47,166). Sum of RGB (Red+Green+Blue) = 91+47+166=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B2FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2FA6 is #A4D059. Grayscale: #494949. Windows color (decimal): -10801242 or 10891099. OLE color: 10891099.
HSL color Cylindrical-coordinate representation of color #5B2FA6: hue angle of 262.18º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B2FA6 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 47 | 166 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.35 |
| HSL | 262.18º | 0.56% | 0.42% | - |
| HSV(B) | 262.18º | 0.72% | 0.65% | - |
| XYZ | 12.21 | 7.01 | 36.79 | - |
| YUV | 73.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 166 | 0.45 | 0.72 | 0 | 0.35 | 262.18 | 0.56 | 0.42 |
| Hex | 5B | 2F | A6 | 2D | 48 | 0 | 23 | 106 | 38 | 2A |
| Octal | 133 | 57 | 246 | 55 | 110 | 0 | 43 | 406 | 70 | 52 |
| Binary | 1011011 | 101111 | 10100110 | 101101 | 1001000 | 0 | 100011 | 100000110 | 111000 | 101010 |
Color Harmonies of #5B2FA6
Complementary color
Monochromatic Colors of #5B2FA6
Black with #5B2FA6
Text Example
Text Example
White with #5B2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FA6; }
p { color: rgb(91,47,166); }
H1.HeaderClassName
{
color: #5B2FA6;
}
.AnyTagClassName
{
color: #5B2FA6;
}
</style>
background-color css
<style>
a { background-color: #5B2FA6; }
a { background-color: rgb(91,47,166); }
div.DivClassName
{
background-color: #5B2FA6;
}
.BgClassName
{
background-color: #5B2FA6;
}
</style>
border-color css
<style>
span { border-color: #5B2FA6; }
span { border-color: rgb(91,47,166); }
td.TdClassName
{
border-color: #5B2FA6;
}
.TagClassName
{
border-color: #5B2FA6;
}
</style>