Shades of Royal Purple #5C2DA6
Tints of Royal Purple #5C2DA6
RGB
CMYK
RGB Variations
Color information
#5C2DA6 (or 0x5C2DA6) is known color: Royal Purple. HEX triplet: 5C, 2D and A6. RGB value is (92,45,166). Sum of RGB (Red+Green+Blue) = 92+45+166=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C2DA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2DA6 is #A3D259. Grayscale: #484848. Windows color (decimal): -10736218 or 10890588. OLE color: 10890588.
HSL color Cylindrical-coordinate representation of color #5C2DA6: hue angle of 263.31º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2DA6 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 45 | 166 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.35 |
| HSL | 263.31º | 0.57% | 0.41% | - |
| HSV(B) | 263.31º | 0.73% | 0.65% | - |
| XYZ | 12.23 | 6.91 | 36.76 | - |
| YUV | 72.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 166 | 0.45 | 0.73 | 0 | 0.35 | 263.31 | 0.57 | 0.41 |
| Hex | 5C | 2D | A6 | 2D | 49 | 0 | 23 | 107 | 39 | 29 |
| Octal | 134 | 55 | 246 | 55 | 111 | 0 | 43 | 407 | 71 | 51 |
| Binary | 1011100 | 101101 | 10100110 | 101101 | 1001001 | 0 | 100011 | 100000111 | 111001 | 101001 |
Color Harmonies of #5C2DA6
Complementary color
Monochromatic Colors of #5C2DA6
Black with #5C2DA6
Text Example
Text Example
White with #5C2DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DA6; }
p { color: rgb(92,45,166); }
H1.HeaderClassName
{
color: #5C2DA6;
}
.AnyTagClassName
{
color: #5C2DA6;
}
</style>
background-color css
<style>
a { background-color: #5C2DA6; }
a { background-color: rgb(92,45,166); }
div.DivClassName
{
background-color: #5C2DA6;
}
.BgClassName
{
background-color: #5C2DA6;
}
</style>
border-color css
<style>
span { border-color: #5C2DA6; }
span { border-color: rgb(92,45,166); }
td.TdClassName
{
border-color: #5C2DA6;
}
.TagClassName
{
border-color: #5C2DA6;
}
</style>