Shades of Royal Purple #7529AA
Tints of Royal Purple #7529AA
RGB
CMYK
RGB Variations
Color information
#7529AA (or 0x7529AA) is known color: Royal Purple. HEX triplet: 75, 29 and AA. RGB value is (117,41,170). Sum of RGB (Red+Green+Blue) = 117+41+170=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #7529AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7529AA is #8AD655. Grayscale: #4D4D4D. Windows color (decimal): -9098838 or 11151733. OLE color: 11151733.
HSL color Cylindrical-coordinate representation of color #7529AA: hue angle of 275.35º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7529AA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 41 | 170 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.33 |
| HSL | 275.35º | 0.61% | 0.41% | - |
| HSV(B) | 275.35º | 0.76% | 0.67% | - |
| XYZ | 15.38 | 8.27 | 38.82 | - |
| YUV | 78.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 170 | 0.31 | 0.76 | 0 | 0.33 | 275.35 | 0.61 | 0.41 |
| Hex | 75 | 29 | AA | 1F | 4C | 0 | 21 | 113 | 3D | 29 |
| Octal | 165 | 51 | 252 | 37 | 114 | 0 | 41 | 423 | 75 | 51 |
| Binary | 1110101 | 101001 | 10101010 | 11111 | 1001100 | 0 | 100001 | 100010011 | 111101 | 101001 |
Color Harmonies of #7529AA
Complementary color
Monochromatic Colors of #7529AA
Black with #7529AA
Text Example
Text Example
White with #7529AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529AA; }
p { color: rgb(117,41,170); }
H1.HeaderClassName
{
color: #7529AA;
}
.AnyTagClassName
{
color: #7529AA;
}
</style>
background-color css
<style>
a { background-color: #7529AA; }
a { background-color: rgb(117,41,170); }
div.DivClassName
{
background-color: #7529AA;
}
.BgClassName
{
background-color: #7529AA;
}
</style>
border-color css
<style>
span { border-color: #7529AA; }
span { border-color: rgb(117,41,170); }
td.TdClassName
{
border-color: #7529AA;
}
.TagClassName
{
border-color: #7529AA;
}
</style>