Shades of Royal Purple #5F189F
Tints of Royal Purple #5F189F
RGB
CMYK
RGB Variations
Color information
#5F189F (or 0x5F189F) is known color: Royal Purple. HEX triplet: 5F, 18 and 9F. RGB value is (95,24,159). Sum of RGB (Red+Green+Blue) = 95+24+159=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F189F is #A0E760. Grayscale: #3C3C3C. Windows color (decimal): -10544993 or 10426463. OLE color: 10426463.
HSL color Cylindrical-coordinate representation of color #5F189F: hue angle of 271.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F189F is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 24 | 159 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.38 |
| HSL | 271.56º | 0.74% | 0.36% | - |
| HSV(B) | 271.56º | 0.85% | 0.62% | - |
| XYZ | 11.3 | 5.59 | 33.28 | - |
| YUV | 60.62 | 183.52 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 159 | 0.40 | 0.85 | 0 | 0.38 | 271.56 | 0.74 | 0.36 |
| Hex | 5F | 18 | 9F | 28 | 55 | 0 | 26 | 110 | 4A | 24 |
| Octal | 137 | 30 | 237 | 50 | 125 | 0 | 46 | 420 | 112 | 44 |
| Binary | 1011111 | 11000 | 10011111 | 101000 | 1010101 | 0 | 100110 | 100010000 | 1001010 | 100100 |
Color Harmonies of #5F189F
Complementary color
Monochromatic Colors of #5F189F
Black with #5F189F
Text Example
Text Example
White with #5F189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F189F; }
p { color: rgb(95,24,159); }
H1.HeaderClassName
{
color: #5F189F;
}
.AnyTagClassName
{
color: #5F189F;
}
</style>
background-color css
<style>
a { background-color: #5F189F; }
a { background-color: rgb(95,24,159); }
div.DivClassName
{
background-color: #5F189F;
}
.BgClassName
{
background-color: #5F189F;
}
</style>
border-color css
<style>
span { border-color: #5F189F; }
span { border-color: rgb(95,24,159); }
td.TdClassName
{
border-color: #5F189F;
}
.TagClassName
{
border-color: #5F189F;
}
</style>