Shades of Royal Purple #7124A0
Tints of Royal Purple #7124A0
RGB
CMYK
RGB Variations
Color information
#7124A0 (or 0x7124A0) is known color: Royal Purple. HEX triplet: 71, 24 and A0. RGB value is (113,36,160). Sum of RGB (Red+Green+Blue) = 113+36+160=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #7124A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A0 is #8EDB5F. Grayscale: #484848. Windows color (decimal): -9362272 or 10495089. OLE color: 10495089.
HSL color Cylindrical-coordinate representation of color #7124A0: hue angle of 277.26º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7124A0 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 36 | 160 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.37 |
| HSL | 277.26º | 0.63% | 0.38% | - |
| HSV(B) | 277.26º | 0.78% | 0.63% | - |
| XYZ | 13.79 | 7.31 | 33.94 | - |
| YUV | 73.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 160 | 0.29 | 0.78 | 0 | 0.37 | 277.26 | 0.63 | 0.38 |
| Hex | 71 | 24 | A0 | 1D | 4E | 0 | 25 | 115 | 3F | 26 |
| Octal | 161 | 44 | 240 | 35 | 116 | 0 | 45 | 425 | 77 | 46 |
| Binary | 1110001 | 100100 | 10100000 | 11101 | 1001110 | 0 | 100101 | 100010101 | 111111 | 100110 |
Color Harmonies of #7124A0
Complementary color
Monochromatic Colors of #7124A0
Black with #7124A0
Text Example
Text Example
White with #7124A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124A0; }
p { color: rgb(113,36,160); }
H1.HeaderClassName
{
color: #7124A0;
}
.AnyTagClassName
{
color: #7124A0;
}
</style>
background-color css
<style>
a { background-color: #7124A0; }
a { background-color: rgb(113,36,160); }
div.DivClassName
{
background-color: #7124A0;
}
.BgClassName
{
background-color: #7124A0;
}
</style>
border-color css
<style>
span { border-color: #7124A0; }
span { border-color: rgb(113,36,160); }
td.TdClassName
{
border-color: #7124A0;
}
.TagClassName
{
border-color: #7124A0;
}
</style>