Shades of Royal Purple #7528AB
Tints of Royal Purple #7528AB
RGB
CMYK
RGB Variations
Color information
#7528AB (or 0x7528AB) is known color: Royal Purple. HEX triplet: 75, 28 and AB. RGB value is (117,40,171). Sum of RGB (Red+Green+Blue) = 117+40+171=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #7528AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528AB is #8AD754. Grayscale: #4D4D4D. Windows color (decimal): -9099093 or 11217013. OLE color: 11217013.
HSL color Cylindrical-coordinate representation of color #7528AB: hue angle of 275.27º degrees, saturation: 0.62, 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 #7528AB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 40 | 171 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.33 |
| HSL | 275.27º | 0.62% | 0.41% | - |
| HSV(B) | 275.27º | 0.77% | 0.67% | - |
| XYZ | 15.45 | 8.24 | 39.3 | - |
| YUV | 77.96 | 180.51 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 171 | 0.32 | 0.77 | 0 | 0.33 | 275.27 | 0.62 | 0.41 |
| Hex | 75 | 28 | AB | 20 | 4D | 0 | 21 | 113 | 3E | 29 |
| Octal | 165 | 50 | 253 | 40 | 115 | 0 | 41 | 423 | 76 | 51 |
| Binary | 1110101 | 101000 | 10101011 | 100000 | 1001101 | 0 | 100001 | 100010011 | 111110 | 101001 |
Color Harmonies of #7528AB
Complementary color
Monochromatic Colors of #7528AB
Black with #7528AB
Text Example
Text Example
White with #7528AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528AB; }
p { color: rgb(117,40,171); }
H1.HeaderClassName
{
color: #7528AB;
}
.AnyTagClassName
{
color: #7528AB;
}
</style>
background-color css
<style>
a { background-color: #7528AB; }
a { background-color: rgb(117,40,171); }
div.DivClassName
{
background-color: #7528AB;
}
.BgClassName
{
background-color: #7528AB;
}
</style>
border-color css
<style>
span { border-color: #7528AB; }
span { border-color: rgb(117,40,171); }
td.TdClassName
{
border-color: #7528AB;
}
.TagClassName
{
border-color: #7528AB;
}
</style>