Shades of Royal Purple #5C2FA5
Tints of Royal Purple #5C2FA5
RGB
CMYK
RGB Variations
Color information
#5C2FA5 (or 0x5C2FA5) is known color: Royal Purple. HEX triplet: 5C, 2F and A5. RGB value is (92,47,165). Sum of RGB (Red+Green+Blue) = 92+47+165=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #5C2FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2FA5 is #A3D05A. Grayscale: #494949. Windows color (decimal): -10735707 or 10825564. OLE color: 10825564.
HSL color Cylindrical-coordinate representation of color #5C2FA5: hue angle of 262.88º 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 #5C2FA5 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 47 | 165 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.35 |
| HSL | 262.88º | 0.56% | 0.42% | - |
| HSV(B) | 262.88º | 0.72% | 0.65% | - |
| XYZ | 12.22 | 7.02 | 36.31 | - |
| YUV | 73.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 165 | 0.44 | 0.72 | 0 | 0.35 | 262.88 | 0.56 | 0.42 |
| Hex | 5C | 2F | A5 | 2C | 48 | 0 | 23 | 107 | 38 | 2A |
| Octal | 134 | 57 | 245 | 54 | 110 | 0 | 43 | 407 | 70 | 52 |
| Binary | 1011100 | 101111 | 10100101 | 101100 | 1001000 | 0 | 100011 | 100000111 | 111000 | 101010 |
Color Harmonies of #5C2FA5
Complementary color
Monochromatic Colors of #5C2FA5
Black with #5C2FA5
Text Example
Text Example
White with #5C2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FA5; }
p { color: rgb(92,47,165); }
H1.HeaderClassName
{
color: #5C2FA5;
}
.AnyTagClassName
{
color: #5C2FA5;
}
</style>
background-color css
<style>
a { background-color: #5C2FA5; }
a { background-color: rgb(92,47,165); }
div.DivClassName
{
background-color: #5C2FA5;
}
.BgClassName
{
background-color: #5C2FA5;
}
</style>
border-color css
<style>
span { border-color: #5C2FA5; }
span { border-color: rgb(92,47,165); }
td.TdClassName
{
border-color: #5C2FA5;
}
.TagClassName
{
border-color: #5C2FA5;
}
</style>