Shades of Royal Purple #5C39A9
Tints of Royal Purple #5C39A9
RGB
CMYK
RGB Variations
Color information
#5C39A9 (or 0x5C39A9) is known color: Royal Purple. HEX triplet: 5C, 39 and A9. RGB value is (92,57,169). Sum of RGB (Red+Green+Blue) = 92+57+169=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C39A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C39A9 is #A3C656. Grayscale: #4F4F4F. Windows color (decimal): -10733143 or 11090268. OLE color: 11090268.
HSL color Cylindrical-coordinate representation of color #5C39A9: hue angle of 258.75º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C39A9 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 57 | 169 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.34 |
| HSL | 258.75º | 0.5% | 0.44% | - |
| HSV(B) | 258.75º | 0.66% | 0.66% | - |
| XYZ | 13.04 | 8.07 | 38.41 | - |
| YUV | 80.23 | 178.1 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 169 | 0.46 | 0.66 | 0 | 0.34 | 258.75 | 0.5 | 0.44 |
| Hex | 5C | 39 | A9 | 2E | 42 | 0 | 22 | 103 | 32 | 2C |
| Octal | 134 | 71 | 251 | 56 | 102 | 0 | 42 | 403 | 62 | 54 |
| Binary | 1011100 | 111001 | 10101001 | 101110 | 1000010 | 0 | 100010 | 100000011 | 110010 | 101100 |
Color Harmonies of #5C39A9
Complementary color
Monochromatic Colors of #5C39A9
Black with #5C39A9
Text Example
Text Example
White with #5C39A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C39A9; }
p { color: rgb(92,57,169); }
H1.HeaderClassName
{
color: #5C39A9;
}
.AnyTagClassName
{
color: #5C39A9;
}
</style>
background-color css
<style>
a { background-color: #5C39A9; }
a { background-color: rgb(92,57,169); }
div.DivClassName
{
background-color: #5C39A9;
}
.BgClassName
{
background-color: #5C39A9;
}
</style>
border-color css
<style>
span { border-color: #5C39A9; }
span { border-color: rgb(92,57,169); }
td.TdClassName
{
border-color: #5C39A9;
}
.TagClassName
{
border-color: #5C39A9;
}
</style>