Shades of Royal Purple #5C2FA6
Tints of Royal Purple #5C2FA6
RGB
CMYK
RGB Variations
Color information
#5C2FA6 (or 0x5C2FA6) is known color: Royal Purple. HEX triplet: 5C, 2F and A6. RGB value is (92,47,166). Sum of RGB (Red+Green+Blue) = 92+47+166=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C2FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2FA6 is #A3D059. Grayscale: #494949. Windows color (decimal): -10735706 or 10891100. OLE color: 10891100.
HSL color Cylindrical-coordinate representation of color #5C2FA6: hue angle of 262.69º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C2FA6 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 47 | 166 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.35 |
| HSL | 262.69º | 0.56% | 0.42% | - |
| HSV(B) | 262.69º | 0.72% | 0.65% | - |
| XYZ | 12.31 | 7.06 | 36.79 | - |
| YUV | 74.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 166 | 0.45 | 0.72 | 0 | 0.35 | 262.69 | 0.56 | 0.42 |
| Hex | 5C | 2F | A6 | 2D | 48 | 0 | 23 | 107 | 38 | 2A |
| Octal | 134 | 57 | 246 | 55 | 110 | 0 | 43 | 407 | 70 | 52 |
| Binary | 1011100 | 101111 | 10100110 | 101101 | 1001000 | 0 | 100011 | 100000111 | 111000 | 101010 |
Color Harmonies of #5C2FA6
Complementary color
Monochromatic Colors of #5C2FA6
Black with #5C2FA6
Text Example
Text Example
White with #5C2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FA6; }
p { color: rgb(92,47,166); }
H1.HeaderClassName
{
color: #5C2FA6;
}
.AnyTagClassName
{
color: #5C2FA6;
}
</style>
background-color css
<style>
a { background-color: #5C2FA6; }
a { background-color: rgb(92,47,166); }
div.DivClassName
{
background-color: #5C2FA6;
}
.BgClassName
{
background-color: #5C2FA6;
}
</style>
border-color css
<style>
span { border-color: #5C2FA6; }
span { border-color: rgb(92,47,166); }
td.TdClassName
{
border-color: #5C2FA6;
}
.TagClassName
{
border-color: #5C2FA6;
}
</style>