Shades of Royal Purple #5F239E
Tints of Royal Purple #5F239E
RGB
CMYK
RGB Variations
Color information
#5F239E (or 0x5F239E) is known color: Royal Purple. HEX triplet: 5F, 23 and 9E. RGB value is (95,35,158). Sum of RGB (Red+Green+Blue) = 95+35+158=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F239E is #A0DC61. Grayscale: #424242. Windows color (decimal): -10542178 or 10363743. OLE color: 10363743.
HSL color Cylindrical-coordinate representation of color #5F239E: hue angle of 269.27º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F239E is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 35 | 158 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.38 |
| HSL | 269.27º | 0.64% | 0.38% | - |
| HSV(B) | 269.27º | 0.78% | 0.62% | - |
| XYZ | 11.49 | 6.1 | 32.92 | - |
| YUV | 66.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 158 | 0.40 | 0.78 | 0 | 0.38 | 269.27 | 0.64 | 0.38 |
| Hex | 5F | 23 | 9E | 28 | 4E | 0 | 26 | 10D | 40 | 26 |
| Octal | 137 | 43 | 236 | 50 | 116 | 0 | 46 | 415 | 100 | 46 |
| Binary | 1011111 | 100011 | 10011110 | 101000 | 1001110 | 0 | 100110 | 100001101 | 1000000 | 100110 |
Color Harmonies of #5F239E
Complementary color
Monochromatic Colors of #5F239E
Black with #5F239E
Text Example
Text Example
White with #5F239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F239E; }
p { color: rgb(95,35,158); }
H1.HeaderClassName
{
color: #5F239E;
}
.AnyTagClassName
{
color: #5F239E;
}
</style>
background-color css
<style>
a { background-color: #5F239E; }
a { background-color: rgb(95,35,158); }
div.DivClassName
{
background-color: #5F239E;
}
.BgClassName
{
background-color: #5F239E;
}
</style>
border-color css
<style>
span { border-color: #5F239E; }
span { border-color: rgb(95,35,158); }
td.TdClassName
{
border-color: #5F239E;
}
.TagClassName
{
border-color: #5F239E;
}
</style>