Shades of Royal Purple #7527AB
Tints of Royal Purple #7527AB
RGB
CMYK
RGB Variations
Color information
#7527AB (or 0x7527AB) is known color: Royal Purple. HEX triplet: 75, 27 and AB. RGB value is (117,39,171). Sum of RGB (Red+Green+Blue) = 117+39+171=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #7527AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7527AB is #8AD854. Grayscale: #4C4C4C. Windows color (decimal): -9099349 or 11216757. OLE color: 11216757.
HSL color Cylindrical-coordinate representation of color #7527AB: hue angle of 275.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7527AB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 39 | 171 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.33 |
| HSL | 275.45º | 0.63% | 0.41% | - |
| HSV(B) | 275.45º | 0.77% | 0.67% | - |
| XYZ | 15.41 | 8.17 | 39.29 | - |
| YUV | 77.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 171 | 0.32 | 0.77 | 0 | 0.33 | 275.45 | 0.63 | 0.41 |
| Hex | 75 | 27 | AB | 20 | 4D | 0 | 21 | 113 | 3F | 29 |
| Octal | 165 | 47 | 253 | 40 | 115 | 0 | 41 | 423 | 77 | 51 |
| Binary | 1110101 | 100111 | 10101011 | 100000 | 1001101 | 0 | 100001 | 100010011 | 111111 | 101001 |
Color Harmonies of #7527AB
Complementary color
Monochromatic Colors of #7527AB
Black with #7527AB
Text Example
Text Example
White with #7527AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7527AB; }
p { color: rgb(117,39,171); }
H1.HeaderClassName
{
color: #7527AB;
}
.AnyTagClassName
{
color: #7527AB;
}
</style>
background-color css
<style>
a { background-color: #7527AB; }
a { background-color: rgb(117,39,171); }
div.DivClassName
{
background-color: #7527AB;
}
.BgClassName
{
background-color: #7527AB;
}
</style>
border-color css
<style>
span { border-color: #7527AB; }
span { border-color: rgb(117,39,171); }
td.TdClassName
{
border-color: #7527AB;
}
.TagClassName
{
border-color: #7527AB;
}
</style>