Shades of Royal Purple #7124A7
Tints of Royal Purple #7124A7
RGB
CMYK
RGB Variations
Color information
#7124A7 (or 0x7124A7) is known color: Royal Purple. HEX triplet: 71, 24 and A7. RGB value is (113,36,167). Sum of RGB (Red+Green+Blue) = 113+36+167=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #7124A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A7 is #8EDB58. Grayscale: #494949. Windows color (decimal): -9362265 or 10953841. OLE color: 10953841.
HSL color Cylindrical-coordinate representation of color #7124A7: hue angle of 275.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7124A7 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 36 | 167 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.35 |
| HSL | 275.27º | 0.65% | 0.4% | - |
| HSV(B) | 275.27º | 0.78% | 0.65% | - |
| XYZ | 14.42 | 7.56 | 37.26 | - |
| YUV | 73.96 | 180.51 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 167 | 0.32 | 0.78 | 0 | 0.35 | 275.27 | 0.65 | 0.4 |
| Hex | 71 | 24 | A7 | 20 | 4E | 0 | 23 | 113 | 41 | 28 |
| Octal | 161 | 44 | 247 | 40 | 116 | 0 | 43 | 423 | 101 | 50 |
| Binary | 1110001 | 100100 | 10100111 | 100000 | 1001110 | 0 | 100011 | 100010011 | 1000001 | 101000 |
Color Harmonies of #7124A7
Complementary color
Monochromatic Colors of #7124A7
Black with #7124A7
Text Example
Text Example
White with #7124A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124A7; }
p { color: rgb(113,36,167); }
H1.HeaderClassName
{
color: #7124A7;
}
.AnyTagClassName
{
color: #7124A7;
}
</style>
background-color css
<style>
a { background-color: #7124A7; }
a { background-color: rgb(113,36,167); }
div.DivClassName
{
background-color: #7124A7;
}
.BgClassName
{
background-color: #7124A7;
}
</style>
border-color css
<style>
span { border-color: #7124A7; }
span { border-color: rgb(113,36,167); }
td.TdClassName
{
border-color: #7124A7;
}
.TagClassName
{
border-color: #7124A7;
}
</style>