Shades of Royal Purple #5C2DA7
Tints of Royal Purple #5C2DA7
RGB
CMYK
RGB Variations
Color information
#5C2DA7 (or 0x5C2DA7) is known color: Royal Purple. HEX triplet: 5C, 2D and A7. RGB value is (92,45,167). Sum of RGB (Red+Green+Blue) = 92+45+167=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #5C2DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2DA7 is #A3D258. Grayscale: #484848. Windows color (decimal): -10736217 or 10956124. OLE color: 10956124.
HSL color Cylindrical-coordinate representation of color #5C2DA7: hue angle of 263.11º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2DA7 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 45 | 167 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.35 |
| HSL | 263.11º | 0.58% | 0.42% | - |
| HSV(B) | 263.11º | 0.73% | 0.65% | - |
| XYZ | 12.33 | 6.94 | 37.25 | - |
| YUV | 72.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 167 | 0.45 | 0.73 | 0 | 0.35 | 263.11 | 0.58 | 0.42 |
| Hex | 5C | 2D | A7 | 2D | 49 | 0 | 23 | 107 | 3A | 2A |
| Octal | 134 | 55 | 247 | 55 | 111 | 0 | 43 | 407 | 72 | 52 |
| Binary | 1011100 | 101101 | 10100111 | 101101 | 1001001 | 0 | 100011 | 100000111 | 111010 | 101010 |
Color Harmonies of #5C2DA7
Complementary color
Monochromatic Colors of #5C2DA7
Black with #5C2DA7
Text Example
Text Example
White with #5C2DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DA7; }
p { color: rgb(92,45,167); }
H1.HeaderClassName
{
color: #5C2DA7;
}
.AnyTagClassName
{
color: #5C2DA7;
}
</style>
background-color css
<style>
a { background-color: #5C2DA7; }
a { background-color: rgb(92,45,167); }
div.DivClassName
{
background-color: #5C2DA7;
}
.BgClassName
{
background-color: #5C2DA7;
}
</style>
border-color css
<style>
span { border-color: #5C2DA7; }
span { border-color: rgb(92,45,167); }
td.TdClassName
{
border-color: #5C2DA7;
}
.TagClassName
{
border-color: #5C2DA7;
}
</style>