Shades of Royal Purple #5B199F
Tints of Royal Purple #5B199F
RGB
CMYK
RGB Variations
Color information
#5B199F (or 0x5B199F) is known color: Royal Purple. HEX triplet: 5B, 19 and 9F. RGB value is (91,25,159). Sum of RGB (Red+Green+Blue) = 91+25+159=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B199F is #A4E660. Grayscale: #3B3B3B. Windows color (decimal): -10806881 or 10426715. OLE color: 10426715.
HSL color Cylindrical-coordinate representation of color #5B199F: hue angle of 269.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B199F is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 25 | 159 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.38 |
| HSL | 269.55º | 0.73% | 0.36% | - |
| HSV(B) | 269.55º | 0.84% | 0.62% | - |
| XYZ | 10.92 | 5.42 | 33.27 | - |
| YUV | 60.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 159 | 0.43 | 0.84 | 0 | 0.38 | 269.55 | 0.73 | 0.36 |
| Hex | 5B | 19 | 9F | 2B | 54 | 0 | 26 | 10E | 49 | 24 |
| Octal | 133 | 31 | 237 | 53 | 124 | 0 | 46 | 416 | 111 | 44 |
| Binary | 1011011 | 11001 | 10011111 | 101011 | 1010100 | 0 | 100110 | 100001110 | 1001001 | 100100 |
Color Harmonies of #5B199F
Complementary color
Monochromatic Colors of #5B199F
Black with #5B199F
Text Example
Text Example
White with #5B199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B199F; }
p { color: rgb(91,25,159); }
H1.HeaderClassName
{
color: #5B199F;
}
.AnyTagClassName
{
color: #5B199F;
}
</style>
background-color css
<style>
a { background-color: #5B199F; }
a { background-color: rgb(91,25,159); }
div.DivClassName
{
background-color: #5B199F;
}
.BgClassName
{
background-color: #5B199F;
}
</style>
border-color css
<style>
span { border-color: #5B199F; }
span { border-color: rgb(91,25,159); }
td.TdClassName
{
border-color: #5B199F;
}
.TagClassName
{
border-color: #5B199F;
}
</style>