Shades of Royal Purple #5C40A5
Tints of Royal Purple #5C40A5
RGB
CMYK
RGB Variations
Color information
#5C40A5 (or 0x5C40A5) is known color: Royal Purple. HEX triplet: 5C, 40 and A5. RGB value is (92,64,165). Sum of RGB (Red+Green+Blue) = 92+64+165=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #5C40A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C40A5 is #A3BF5A. Grayscale: #535353. Windows color (decimal): -10731355 or 10829916. OLE color: 10829916.
HSL color Cylindrical-coordinate representation of color #5C40A5: hue angle of 256.63º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C40A5 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 64 | 165 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.35 |
| HSL | 256.63º | 0.44% | 0.45% | - |
| HSV(B) | 256.63º | 0.61% | 0.65% | - |
| XYZ | 13.04 | 8.66 | 36.58 | - |
| YUV | 83.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 165 | 0.44 | 0.61 | 0 | 0.35 | 256.63 | 0.44 | 0.45 |
| Hex | 5C | 40 | A5 | 2C | 3D | 0 | 23 | 101 | 2C | 2D |
| Octal | 134 | 100 | 245 | 54 | 75 | 0 | 43 | 401 | 54 | 55 |
| Binary | 1011100 | 1000000 | 10100101 | 101100 | 111101 | 0 | 100011 | 100000001 | 101100 | 101101 |
Color Harmonies of #5C40A5
Complementary color
Monochromatic Colors of #5C40A5
Black with #5C40A5
Text Example
Text Example
White with #5C40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40A5; }
p { color: rgb(92,64,165); }
H1.HeaderClassName
{
color: #5C40A5;
}
.AnyTagClassName
{
color: #5C40A5;
}
</style>
background-color css
<style>
a { background-color: #5C40A5; }
a { background-color: rgb(92,64,165); }
div.DivClassName
{
background-color: #5C40A5;
}
.BgClassName
{
background-color: #5C40A5;
}
</style>
border-color css
<style>
span { border-color: #5C40A5; }
span { border-color: rgb(92,64,165); }
td.TdClassName
{
border-color: #5C40A5;
}
.TagClassName
{
border-color: #5C40A5;
}
</style>