Shades of Royal Purple #5C41AC
Tints of Royal Purple #5C41AC
RGB
CMYK
RGB Variations
Color information
#5C41AC (or 0x5C41AC) is known color: Royal Purple. HEX triplet: 5C, 41 and AC. RGB value is (92,65,172). Sum of RGB (Red+Green+Blue) = 92+65+172=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C41AC is #A3BE53. Grayscale: #545454. Windows color (decimal): -10731092 or 11288924. OLE color: 11288924.
HSL color Cylindrical-coordinate representation of color #5C41AC: hue angle of 255.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C41AC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 65 | 172 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.33 |
| HSL | 255.14º | 0.45% | 0.46% | - |
| HSV(B) | 255.14º | 0.62% | 0.67% | - |
| XYZ | 13.75 | 9.03 | 40.05 | - |
| YUV | 85.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 172 | 0.47 | 0.62 | 0 | 0.33 | 255.14 | 0.45 | 0.46 |
| Hex | 5C | 41 | AC | 2F | 3E | 0 | 21 | FF | 2D | 2E |
| Octal | 134 | 101 | 254 | 57 | 76 | 0 | 41 | 377 | 55 | 56 |
| Binary | 1011100 | 1000001 | 10101100 | 101111 | 111110 | 0 | 100001 | 11111111 | 101101 | 101110 |
Color Harmonies of #5C41AC
Complementary color
Monochromatic Colors of #5C41AC
Black with #5C41AC
Text Example
Text Example
White with #5C41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C41AC; }
p { color: rgb(92,65,172); }
H1.HeaderClassName
{
color: #5C41AC;
}
.AnyTagClassName
{
color: #5C41AC;
}
</style>
background-color css
<style>
a { background-color: #5C41AC; }
a { background-color: rgb(92,65,172); }
div.DivClassName
{
background-color: #5C41AC;
}
.BgClassName
{
background-color: #5C41AC;
}
</style>
border-color css
<style>
span { border-color: #5C41AC; }
span { border-color: rgb(92,65,172); }
td.TdClassName
{
border-color: #5C41AC;
}
.TagClassName
{
border-color: #5C41AC;
}
</style>