Shades of Royal Purple #5C30A1
Tints of Royal Purple #5C30A1
RGB
CMYK
RGB Variations
Color information
#5C30A1 (or 0x5C30A1) is known color: Royal Purple. HEX triplet: 5C, 30 and A1. RGB value is (92,48,161). Sum of RGB (Red+Green+Blue) = 92+48+161=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #5C30A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C30A1 is #A3CF5E. Grayscale: #494949. Windows color (decimal): -10735455 or 10563676. OLE color: 10563676.
HSL color Cylindrical-coordinate representation of color #5C30A1: hue angle of 263.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C30A1 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 48 | 161 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.37 |
| HSL | 263.36º | 0.54% | 0.41% | - |
| HSV(B) | 263.36º | 0.7% | 0.63% | - |
| XYZ | 11.9 | 6.96 | 34.43 | - |
| YUV | 74.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 161 | 0.43 | 0.70 | 0 | 0.37 | 263.36 | 0.54 | 0.41 |
| Hex | 5C | 30 | A1 | 2B | 46 | 0 | 25 | 107 | 36 | 29 |
| Octal | 134 | 60 | 241 | 53 | 106 | 0 | 45 | 407 | 66 | 51 |
| Binary | 1011100 | 110000 | 10100001 | 101011 | 1000110 | 0 | 100101 | 100000111 | 110110 | 101001 |
Color Harmonies of #5C30A1
Complementary color
Monochromatic Colors of #5C30A1
Black with #5C30A1
Text Example
Text Example
White with #5C30A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C30A1; }
p { color: rgb(92,48,161); }
H1.HeaderClassName
{
color: #5C30A1;
}
.AnyTagClassName
{
color: #5C30A1;
}
</style>
background-color css
<style>
a { background-color: #5C30A1; }
a { background-color: rgb(92,48,161); }
div.DivClassName
{
background-color: #5C30A1;
}
.BgClassName
{
background-color: #5C30A1;
}
</style>
border-color css
<style>
span { border-color: #5C30A1; }
span { border-color: rgb(92,48,161); }
td.TdClassName
{
border-color: #5C30A1;
}
.TagClassName
{
border-color: #5C30A1;
}
</style>