Shades of Royal Purple #5F279F
Tints of Royal Purple #5F279F
RGB
CMYK
RGB Variations
Color information
#5F279F (or 0x5F279F) is known color: Royal Purple. HEX triplet: 5F, 27 and 9F. RGB value is (95,39,159). Sum of RGB (Red+Green+Blue) = 95+39+159=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F279F is #A0D860. Grayscale: #454545. Windows color (decimal): -10541153 or 10430303. OLE color: 10430303.
HSL color Cylindrical-coordinate representation of color #5F279F: hue angle of 268º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F279F is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 39 | 159 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.38 |
| HSL | 268º | 0.61% | 0.39% | - |
| HSV(B) | 268º | 0.75% | 0.62% | - |
| XYZ | 11.7 | 6.39 | 33.42 | - |
| YUV | 69.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 159 | 0.40 | 0.75 | 0 | 0.38 | 268 | 0.61 | 0.39 |
| Hex | 5F | 27 | 9F | 28 | 4B | 0 | 26 | 10C | 3D | 27 |
| Octal | 137 | 47 | 237 | 50 | 113 | 0 | 46 | 414 | 75 | 47 |
| Binary | 1011111 | 100111 | 10011111 | 101000 | 1001011 | 0 | 100110 | 100001100 | 111101 | 100111 |
Color Harmonies of #5F279F
Complementary color
Monochromatic Colors of #5F279F
Black with #5F279F
Text Example
Text Example
White with #5F279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F279F; }
p { color: rgb(95,39,159); }
H1.HeaderClassName
{
color: #5F279F;
}
.AnyTagClassName
{
color: #5F279F;
}
</style>
background-color css
<style>
a { background-color: #5F279F; }
a { background-color: rgb(95,39,159); }
div.DivClassName
{
background-color: #5F279F;
}
.BgClassName
{
background-color: #5F279F;
}
</style>
border-color css
<style>
span { border-color: #5F279F; }
span { border-color: rgb(95,39,159); }
td.TdClassName
{
border-color: #5F279F;
}
.TagClassName
{
border-color: #5F279F;
}
</style>