Shades of Royal Purple #5C3CAA
Tints of Royal Purple #5C3CAA
RGB
CMYK
RGB Variations
Color information
#5C3CAA (or 0x5C3CAA) is known color: Royal Purple. HEX triplet: 5C, 3C and AA. RGB value is (92,60,170). Sum of RGB (Red+Green+Blue) = 92+60+170=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C3CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3CAA is #A3C355. Grayscale: #515151. Windows color (decimal): -10732374 or 11156572. OLE color: 11156572.
HSL color Cylindrical-coordinate representation of color #5C3CAA: hue angle of 257.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C3CAA is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 60 | 170 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.33 |
| HSL | 257.45º | 0.48% | 0.45% | - |
| HSV(B) | 257.45º | 0.65% | 0.67% | - |
| XYZ | 13.29 | 8.41 | 38.95 | - |
| YUV | 82.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 170 | 0.46 | 0.65 | 0 | 0.33 | 257.45 | 0.48 | 0.45 |
| Hex | 5C | 3C | AA | 2E | 41 | 0 | 21 | 101 | 30 | 2D |
| Octal | 134 | 74 | 252 | 56 | 101 | 0 | 41 | 401 | 60 | 55 |
| Binary | 1011100 | 111100 | 10101010 | 101110 | 1000001 | 0 | 100001 | 100000001 | 110000 | 101101 |
Color Harmonies of #5C3CAA
Complementary color
Monochromatic Colors of #5C3CAA
Black with #5C3CAA
Text Example
Text Example
White with #5C3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3CAA; }
p { color: rgb(92,60,170); }
H1.HeaderClassName
{
color: #5C3CAA;
}
.AnyTagClassName
{
color: #5C3CAA;
}
</style>
background-color css
<style>
a { background-color: #5C3CAA; }
a { background-color: rgb(92,60,170); }
div.DivClassName
{
background-color: #5C3CAA;
}
.BgClassName
{
background-color: #5C3CAA;
}
</style>
border-color css
<style>
span { border-color: #5C3CAA; }
span { border-color: rgb(92,60,170); }
td.TdClassName
{
border-color: #5C3CAA;
}
.TagClassName
{
border-color: #5C3CAA;
}
</style>