Shades of Royal Purple #7522AA
Tints of Royal Purple #7522AA
RGB
CMYK
RGB Variations
Color information
#7522AA (or 0x7522AA) is known color: Royal Purple. HEX triplet: 75, 22 and AA. RGB value is (117,34,170). Sum of RGB (Red+Green+Blue) = 117+34+170=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7522AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7522AA is #8ADD55. Grayscale: #494949. Windows color (decimal): -9100630 or 11149941. OLE color: 11149941.
HSL color Cylindrical-coordinate representation of color #7522AA: hue angle of 276.62º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7522AA is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 34 | 170 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.33 |
| HSL | 276.62º | 0.67% | 0.4% | - |
| HSV(B) | 276.62º | 0.8% | 0.67% | - |
| XYZ | 15.16 | 7.83 | 38.74 | - |
| YUV | 74.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 170 | 0.31 | 0.80 | 0 | 0.33 | 276.62 | 0.67 | 0.4 |
| Hex | 75 | 22 | AA | 1F | 50 | 0 | 21 | 115 | 43 | 28 |
| Octal | 165 | 42 | 252 | 37 | 120 | 0 | 41 | 425 | 103 | 50 |
| Binary | 1110101 | 100010 | 10101010 | 11111 | 1010000 | 0 | 100001 | 100010101 | 1000011 | 101000 |
Color Harmonies of #7522AA
Complementary color
Monochromatic Colors of #7522AA
Black with #7522AA
Text Example
Text Example
White with #7522AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522AA; }
p { color: rgb(117,34,170); }
H1.HeaderClassName
{
color: #7522AA;
}
.AnyTagClassName
{
color: #7522AA;
}
</style>
background-color css
<style>
a { background-color: #7522AA; }
a { background-color: rgb(117,34,170); }
div.DivClassName
{
background-color: #7522AA;
}
.BgClassName
{
background-color: #7522AA;
}
</style>
border-color css
<style>
span { border-color: #7522AA; }
span { border-color: rgb(117,34,170); }
td.TdClassName
{
border-color: #7522AA;
}
.TagClassName
{
border-color: #7522AA;
}
</style>