Shades of Royal Purple #7124AA
Tints of Royal Purple #7124AA
RGB
CMYK
RGB Variations
Color information
#7124AA (or 0x7124AA) is known color: Royal Purple. HEX triplet: 71, 24 and AA. RGB value is (113,36,170). Sum of RGB (Red+Green+Blue) = 113+36+170=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #7124AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124AA is #8EDB55. Grayscale: #494949. Windows color (decimal): -9362262 or 11150449. OLE color: 11150449.
HSL color Cylindrical-coordinate representation of color #7124AA: hue angle of 274.48º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7124AA is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 36 | 170 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.33 |
| HSL | 274.48º | 0.65% | 0.4% | - |
| HSV(B) | 274.48º | 0.79% | 0.67% | - |
| XYZ | 14.7 | 7.67 | 38.74 | - |
| YUV | 74.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 170 | 0.34 | 0.79 | 0 | 0.33 | 274.48 | 0.65 | 0.4 |
| Hex | 71 | 24 | AA | 22 | 4F | 0 | 21 | 112 | 41 | 28 |
| Octal | 161 | 44 | 252 | 42 | 117 | 0 | 41 | 422 | 101 | 50 |
| Binary | 1110001 | 100100 | 10101010 | 100010 | 1001111 | 0 | 100001 | 100010010 | 1000001 | 101000 |
Color Harmonies of #7124AA
Complementary color
Monochromatic Colors of #7124AA
Black with #7124AA
Text Example
Text Example
White with #7124AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124AA; }
p { color: rgb(113,36,170); }
H1.HeaderClassName
{
color: #7124AA;
}
.AnyTagClassName
{
color: #7124AA;
}
</style>
background-color css
<style>
a { background-color: #7124AA; }
a { background-color: rgb(113,36,170); }
div.DivClassName
{
background-color: #7124AA;
}
.BgClassName
{
background-color: #7124AA;
}
</style>
border-color css
<style>
span { border-color: #7124AA; }
span { border-color: rgb(113,36,170); }
td.TdClassName
{
border-color: #7124AA;
}
.TagClassName
{
border-color: #7124AA;
}
</style>