Shades of Royal Purple #5F37A9
Tints of Royal Purple #5F37A9
RGB
CMYK
RGB Variations
Color information
#5F37A9 (or 0x5F37A9) is known color: Royal Purple. HEX triplet: 5F, 37 and A9. RGB value is (95,55,169). Sum of RGB (Red+Green+Blue) = 95+55+169=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #5F37A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F37A9 is #A0C856. Grayscale: #4F4F4F. Windows color (decimal): -10537047 or 11089759. OLE color: 11089759.
HSL color Cylindrical-coordinate representation of color #5F37A9: hue angle of 261.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F37A9 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 55 | 169 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.34 |
| HSL | 261.05º | 0.51% | 0.44% | - |
| HSV(B) | 261.05º | 0.67% | 0.66% | - |
| XYZ | 13.25 | 8.03 | 38.39 | - |
| YUV | 79.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 169 | 0.44 | 0.67 | 0 | 0.34 | 261.05 | 0.51 | 0.44 |
| Hex | 5F | 37 | A9 | 2C | 43 | 0 | 22 | 105 | 33 | 2C |
| Octal | 137 | 67 | 251 | 54 | 103 | 0 | 42 | 405 | 63 | 54 |
| Binary | 1011111 | 110111 | 10101001 | 101100 | 1000011 | 0 | 100010 | 100000101 | 110011 | 101100 |
Color Harmonies of #5F37A9
Complementary color
Monochromatic Colors of #5F37A9
Black with #5F37A9
Text Example
Text Example
White with #5F37A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F37A9; }
p { color: rgb(95,55,169); }
H1.HeaderClassName
{
color: #5F37A9;
}
.AnyTagClassName
{
color: #5F37A9;
}
</style>
background-color css
<style>
a { background-color: #5F37A9; }
a { background-color: rgb(95,55,169); }
div.DivClassName
{
background-color: #5F37A9;
}
.BgClassName
{
background-color: #5F37A9;
}
</style>
border-color css
<style>
span { border-color: #5F37A9; }
span { border-color: rgb(95,55,169); }
td.TdClassName
{
border-color: #5F37A9;
}
.TagClassName
{
border-color: #5F37A9;
}
</style>