Shades of Royal Purple #5C40AB
Tints of Royal Purple #5C40AB
RGB
CMYK
RGB Variations
Color information
#5C40AB (or 0x5C40AB) is known color: Royal Purple. HEX triplet: 5C, 40 and AB. RGB value is (92,64,171). Sum of RGB (Red+Green+Blue) = 92+64+171=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C40AB is #A3BF54. Grayscale: #545454. Windows color (decimal): -10731349 or 11223132. OLE color: 11223132.
HSL color Cylindrical-coordinate representation of color #5C40AB: hue angle of 255.7º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C40AB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 64 | 171 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.33 |
| HSL | 255.7º | 0.46% | 0.46% | - |
| HSV(B) | 255.7º | 0.63% | 0.67% | - |
| XYZ | 13.6 | 8.88 | 39.53 | - |
| YUV | 84.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 171 | 0.46 | 0.63 | 0 | 0.33 | 255.7 | 0.46 | 0.46 |
| Hex | 5C | 40 | AB | 2E | 3F | 0 | 21 | 100 | 2E | 2E |
| Octal | 134 | 100 | 253 | 56 | 77 | 0 | 41 | 400 | 56 | 56 |
| Binary | 1011100 | 1000000 | 10101011 | 101110 | 111111 | 0 | 100001 | 100000000 | 101110 | 101110 |
Color Harmonies of #5C40AB
Complementary color
Monochromatic Colors of #5C40AB
Black with #5C40AB
Text Example
Text Example
White with #5C40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40AB; }
p { color: rgb(92,64,171); }
H1.HeaderClassName
{
color: #5C40AB;
}
.AnyTagClassName
{
color: #5C40AB;
}
</style>
background-color css
<style>
a { background-color: #5C40AB; }
a { background-color: rgb(92,64,171); }
div.DivClassName
{
background-color: #5C40AB;
}
.BgClassName
{
background-color: #5C40AB;
}
</style>
border-color css
<style>
span { border-color: #5C40AB; }
span { border-color: rgb(92,64,171); }
td.TdClassName
{
border-color: #5C40AB;
}
.TagClassName
{
border-color: #5C40AB;
}
</style>