Shades of Royal Purple #5C3AA9
Tints of Royal Purple #5C3AA9
RGB
CMYK
RGB Variations
Color information
#5C3AA9 (or 0x5C3AA9) is known color: Royal Purple. HEX triplet: 5C, 3A and A9. RGB value is (92,58,169). Sum of RGB (Red+Green+Blue) = 92+58+169=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C3AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3AA9 is #A3C556. Grayscale: #505050. Windows color (decimal): -10732887 or 11090524. OLE color: 11090524.
HSL color Cylindrical-coordinate representation of color #5C3AA9: hue angle of 258.38º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C3AA9 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 58 | 169 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.34 |
| HSL | 258.38º | 0.49% | 0.45% | - |
| HSV(B) | 258.38º | 0.66% | 0.66% | - |
| XYZ | 13.09 | 8.17 | 38.42 | - |
| YUV | 80.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 169 | 0.46 | 0.66 | 0 | 0.34 | 258.38 | 0.49 | 0.45 |
| Hex | 5C | 3A | A9 | 2E | 42 | 0 | 22 | 102 | 31 | 2D |
| Octal | 134 | 72 | 251 | 56 | 102 | 0 | 42 | 402 | 61 | 55 |
| Binary | 1011100 | 111010 | 10101001 | 101110 | 1000010 | 0 | 100010 | 100000010 | 110001 | 101101 |
Color Harmonies of #5C3AA9
Complementary color
Monochromatic Colors of #5C3AA9
Black with #5C3AA9
Text Example
Text Example
White with #5C3AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3AA9; }
p { color: rgb(92,58,169); }
H1.HeaderClassName
{
color: #5C3AA9;
}
.AnyTagClassName
{
color: #5C3AA9;
}
</style>
background-color css
<style>
a { background-color: #5C3AA9; }
a { background-color: rgb(92,58,169); }
div.DivClassName
{
background-color: #5C3AA9;
}
.BgClassName
{
background-color: #5C3AA9;
}
</style>
border-color css
<style>
span { border-color: #5C3AA9; }
span { border-color: rgb(92,58,169); }
td.TdClassName
{
border-color: #5C3AA9;
}
.TagClassName
{
border-color: #5C3AA9;
}
</style>