Shades of Royal Purple #5F229F
Tints of Royal Purple #5F229F
RGB
CMYK
RGB Variations
Color information
#5F229F (or 0x5F229F) is known color: Royal Purple. HEX triplet: 5F, 22 and 9F. RGB value is (95,34,159). Sum of RGB (Red+Green+Blue) = 95+34+159=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F229F is #A0DD60. Grayscale: #424242. Windows color (decimal): -10542433 or 10429023. OLE color: 10429023.
HSL color Cylindrical-coordinate representation of color #5F229F: hue angle of 269.28º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F229F is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 34 | 159 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.38 |
| HSL | 269.28º | 0.65% | 0.38% | - |
| HSV(B) | 269.28º | 0.79% | 0.62% | - |
| XYZ | 11.55 | 6.08 | 33.37 | - |
| YUV | 66.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 159 | 0.40 | 0.79 | 0 | 0.38 | 269.28 | 0.65 | 0.38 |
| Hex | 5F | 22 | 9F | 28 | 4F | 0 | 26 | 10D | 41 | 26 |
| Octal | 137 | 42 | 237 | 50 | 117 | 0 | 46 | 415 | 101 | 46 |
| Binary | 1011111 | 100010 | 10011111 | 101000 | 1001111 | 0 | 100110 | 100001101 | 1000001 | 100110 |
Color Harmonies of #5F229F
Complementary color
Monochromatic Colors of #5F229F
Black with #5F229F
Text Example
Text Example
White with #5F229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F229F; }
p { color: rgb(95,34,159); }
H1.HeaderClassName
{
color: #5F229F;
}
.AnyTagClassName
{
color: #5F229F;
}
</style>
background-color css
<style>
a { background-color: #5F229F; }
a { background-color: rgb(95,34,159); }
div.DivClassName
{
background-color: #5F229F;
}
.BgClassName
{
background-color: #5F229F;
}
</style>
border-color css
<style>
span { border-color: #5F229F; }
span { border-color: rgb(95,34,159); }
td.TdClassName
{
border-color: #5F229F;
}
.TagClassName
{
border-color: #5F229F;
}
</style>