Shades of Royal Purple #5F209F
Tints of Royal Purple #5F209F
RGB
CMYK
RGB Variations
Color information
#5F209F (or 0x5F209F) is known color: Royal Purple. HEX triplet: 5F, 20 and 9F. RGB value is (95,32,159). Sum of RGB (Red+Green+Blue) = 95+32+159=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F209F is #A0DF60. Grayscale: #404040. Windows color (decimal): -10542945 or 10428511. OLE color: 10428511.
HSL color Cylindrical-coordinate representation of color #5F209F: hue angle of 269.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F209F is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 32 | 159 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.38 |
| HSL | 269.76º | 0.66% | 0.37% | - |
| HSV(B) | 269.76º | 0.8% | 0.62% | - |
| XYZ | 11.49 | 5.97 | 33.35 | - |
| YUV | 65.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 159 | 0.40 | 0.80 | 0 | 0.38 | 269.76 | 0.66 | 0.37 |
| Hex | 5F | 20 | 9F | 28 | 50 | 0 | 26 | 10E | 42 | 25 |
| Octal | 137 | 40 | 237 | 50 | 120 | 0 | 46 | 416 | 102 | 45 |
| Binary | 1011111 | 100000 | 10011111 | 101000 | 1010000 | 0 | 100110 | 100001110 | 1000010 | 100101 |
Color Harmonies of #5F209F
Complementary color
Monochromatic Colors of #5F209F
Black with #5F209F
Text Example
Text Example
White with #5F209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F209F; }
p { color: rgb(95,32,159); }
H1.HeaderClassName
{
color: #5F209F;
}
.AnyTagClassName
{
color: #5F209F;
}
</style>
background-color css
<style>
a { background-color: #5F209F; }
a { background-color: rgb(95,32,159); }
div.DivClassName
{
background-color: #5F209F;
}
.BgClassName
{
background-color: #5F209F;
}
</style>
border-color css
<style>
span { border-color: #5F209F; }
span { border-color: rgb(95,32,159); }
td.TdClassName
{
border-color: #5F209F;
}
.TagClassName
{
border-color: #5F209F;
}
</style>