Shades of Royal Purple #7532AB
Tints of Royal Purple #7532AB
RGB
CMYK
RGB Variations
Color information
#7532AB (or 0x7532AB) is known color: Royal Purple. HEX triplet: 75, 32 and AB. RGB value is (117,50,171). Sum of RGB (Red+Green+Blue) = 117+50+171=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7532AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7532AB is #8ACD54. Grayscale: #535353. Windows color (decimal): -9096533 or 11219573. OLE color: 11219573.
HSL color Cylindrical-coordinate representation of color #7532AB: hue angle of 273.22º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7532AB is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 50 | 171 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.33 |
| HSL | 273.22º | 0.55% | 0.43% | - |
| HSV(B) | 273.22º | 0.71% | 0.67% | - |
| XYZ | 15.83 | 9 | 39.43 | - |
| YUV | 83.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 171 | 0.32 | 0.71 | 0 | 0.33 | 273.22 | 0.55 | 0.43 |
| Hex | 75 | 32 | AB | 20 | 47 | 0 | 21 | 111 | 37 | 2B |
| Octal | 165 | 62 | 253 | 40 | 107 | 0 | 41 | 421 | 67 | 53 |
| Binary | 1110101 | 110010 | 10101011 | 100000 | 1000111 | 0 | 100001 | 100010001 | 110111 | 101011 |
Color Harmonies of #7532AB
Complementary color
Monochromatic Colors of #7532AB
Black with #7532AB
Text Example
Text Example
White with #7532AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7532AB; }
p { color: rgb(117,50,171); }
H1.HeaderClassName
{
color: #7532AB;
}
.AnyTagClassName
{
color: #7532AB;
}
</style>
background-color css
<style>
a { background-color: #7532AB; }
a { background-color: rgb(117,50,171); }
div.DivClassName
{
background-color: #7532AB;
}
.BgClassName
{
background-color: #7532AB;
}
</style>
border-color css
<style>
span { border-color: #7532AB; }
span { border-color: rgb(117,50,171); }
td.TdClassName
{
border-color: #7532AB;
}
.TagClassName
{
border-color: #7532AB;
}
</style>