Shades of Royal Purple #5F239A
Tints of Royal Purple #5F239A
RGB
CMYK
RGB Variations
Color information
#5F239A (or 0x5F239A) is known color: Royal Purple. HEX triplet: 5F, 23 and 9A. RGB value is (95,35,154). Sum of RGB (Red+Green+Blue) = 95+35+154=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F239A is #A0DC65. Grayscale: #424242. Windows color (decimal): -10542182 or 10101599. OLE color: 10101599.
HSL color Cylindrical-coordinate representation of color #5F239A: hue angle of 270.25º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F239A is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 35 | 154 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.40 |
| HSL | 270.25º | 0.63% | 0.37% | - |
| HSV(B) | 270.25º | 0.77% | 0.6% | - |
| XYZ | 11.15 | 5.97 | 31.14 | - |
| YUV | 66.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 154 | 0.38 | 0.77 | 0 | 0.40 | 270.25 | 0.63 | 0.37 |
| Hex | 5F | 23 | 9A | 26 | 4D | 0 | 28 | 10E | 3F | 25 |
| Octal | 137 | 43 | 232 | 46 | 115 | 0 | 50 | 416 | 77 | 45 |
| Binary | 1011111 | 100011 | 10011010 | 100110 | 1001101 | 0 | 101000 | 100001110 | 111111 | 100101 |
Color Harmonies of #5F239A
Complementary color
Monochromatic Colors of #5F239A
Black with #5F239A
Text Example
Text Example
White with #5F239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F239A; }
p { color: rgb(95,35,154); }
H1.HeaderClassName
{
color: #5F239A;
}
.AnyTagClassName
{
color: #5F239A;
}
</style>
background-color css
<style>
a { background-color: #5F239A; }
a { background-color: rgb(95,35,154); }
div.DivClassName
{
background-color: #5F239A;
}
.BgClassName
{
background-color: #5F239A;
}
</style>
border-color css
<style>
span { border-color: #5F239A; }
span { border-color: rgb(95,35,154); }
td.TdClassName
{
border-color: #5F239A;
}
.TagClassName
{
border-color: #5F239A;
}
</style>