Shades of Royal Purple #5C25A3
Tints of Royal Purple #5C25A3
RGB
CMYK
RGB Variations
Color information
#5C25A3 (or 0x5C25A3) is known color: Royal Purple. HEX triplet: 5C, 25 and A3. RGB value is (92,37,163). Sum of RGB (Red+Green+Blue) = 92+37+163=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #5C25A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C25A3 is #A3DA5C. Grayscale: #434343. Windows color (decimal): -10738269 or 10691932. OLE color: 10691932.
HSL color Cylindrical-coordinate representation of color #5C25A3: hue angle of 266.19º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C25A3 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 37 | 163 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.36 |
| HSL | 266.19º | 0.63% | 0.39% | - |
| HSV(B) | 266.19º | 0.77% | 0.64% | - |
| XYZ | 11.69 | 6.24 | 35.24 | - |
| YUV | 67.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 163 | 0.44 | 0.77 | 0 | 0.36 | 266.19 | 0.63 | 0.39 |
| Hex | 5C | 25 | A3 | 2C | 4D | 0 | 24 | 10A | 3F | 27 |
| Octal | 134 | 45 | 243 | 54 | 115 | 0 | 44 | 412 | 77 | 47 |
| Binary | 1011100 | 100101 | 10100011 | 101100 | 1001101 | 0 | 100100 | 100001010 | 111111 | 100111 |
Color Harmonies of #5C25A3
Complementary color
Monochromatic Colors of #5C25A3
Black with #5C25A3
Text Example
Text Example
White with #5C25A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C25A3; }
p { color: rgb(92,37,163); }
H1.HeaderClassName
{
color: #5C25A3;
}
.AnyTagClassName
{
color: #5C25A3;
}
</style>
background-color css
<style>
a { background-color: #5C25A3; }
a { background-color: rgb(92,37,163); }
div.DivClassName
{
background-color: #5C25A3;
}
.BgClassName
{
background-color: #5C25A3;
}
</style>
border-color css
<style>
span { border-color: #5C25A3; }
span { border-color: rgb(92,37,163); }
td.TdClassName
{
border-color: #5C25A3;
}
.TagClassName
{
border-color: #5C25A3;
}
</style>