Shades of Royal Purple #5C239F
Tints of Royal Purple #5C239F
RGB
CMYK
RGB Variations
Color information
#5C239F (or 0x5C239F) is known color: Royal Purple. HEX triplet: 5C, 23 and 9F. RGB value is (92,35,159). Sum of RGB (Red+Green+Blue) = 92+35+159=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 35 (14.06% from 255 or 12.24% 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 #5C239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C239F is #A3DC60. Grayscale: #414141. Windows color (decimal): -10738785 or 10429276. OLE color: 10429276.
HSL color Cylindrical-coordinate representation of color #5C239F: hue angle of 267.58º 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 #5C239F is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 35 | 159 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.38 |
| HSL | 267.58º | 0.64% | 0.38% | - |
| HSV(B) | 267.58º | 0.78% | 0.62% | - |
| XYZ | 11.27 | 5.98 | 33.36 | - |
| YUV | 66.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 159 | 0.42 | 0.78 | 0 | 0.38 | 267.58 | 0.64 | 0.38 |
| Hex | 5C | 23 | 9F | 2A | 4E | 0 | 26 | 10C | 40 | 26 |
| Octal | 134 | 43 | 237 | 52 | 116 | 0 | 46 | 414 | 100 | 46 |
| Binary | 1011100 | 100011 | 10011111 | 101010 | 1001110 | 0 | 100110 | 100001100 | 1000000 | 100110 |
Color Harmonies of #5C239F
Complementary color
Monochromatic Colors of #5C239F
Black with #5C239F
Text Example
Text Example
White with #5C239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C239F; }
p { color: rgb(92,35,159); }
H1.HeaderClassName
{
color: #5C239F;
}
.AnyTagClassName
{
color: #5C239F;
}
</style>
background-color css
<style>
a { background-color: #5C239F; }
a { background-color: rgb(92,35,159); }
div.DivClassName
{
background-color: #5C239F;
}
.BgClassName
{
background-color: #5C239F;
}
</style>
border-color css
<style>
span { border-color: #5C239F; }
span { border-color: rgb(92,35,159); }
td.TdClassName
{
border-color: #5C239F;
}
.TagClassName
{
border-color: #5C239F;
}
</style>