Shades of Royal Purple #7529A4
Tints of Royal Purple #7529A4
RGB
CMYK
RGB Variations
Color information
#7529A4 (or 0x7529A4) is known color: Royal Purple. HEX triplet: 75, 29 and A4. RGB value is (117,41,164). Sum of RGB (Red+Green+Blue) = 117+41+164=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #7529A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7529A4 is #8AD65B. Grayscale: #4D4D4D. Windows color (decimal): -9098844 or 10758517. OLE color: 10758517.
HSL color Cylindrical-coordinate representation of color #7529A4: hue angle of 277.07º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7529A4 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 41 | 164 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.36 |
| HSL | 277.07º | 0.6% | 0.4% | - |
| HSV(B) | 277.07º | 0.75% | 0.64% | - |
| XYZ | 14.83 | 8.05 | 35.89 | - |
| YUV | 77.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 164 | 0.29 | 0.75 | 0 | 0.36 | 277.07 | 0.6 | 0.4 |
| Hex | 75 | 29 | A4 | 1D | 4B | 0 | 24 | 115 | 3C | 28 |
| Octal | 165 | 51 | 244 | 35 | 113 | 0 | 44 | 425 | 74 | 50 |
| Binary | 1110101 | 101001 | 10100100 | 11101 | 1001011 | 0 | 100100 | 100010101 | 111100 | 101000 |
Color Harmonies of #7529A4
Complementary color
Monochromatic Colors of #7529A4
Black with #7529A4
Text Example
Text Example
White with #7529A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529A4; }
p { color: rgb(117,41,164); }
H1.HeaderClassName
{
color: #7529A4;
}
.AnyTagClassName
{
color: #7529A4;
}
</style>
background-color css
<style>
a { background-color: #7529A4; }
a { background-color: rgb(117,41,164); }
div.DivClassName
{
background-color: #7529A4;
}
.BgClassName
{
background-color: #7529A4;
}
</style>
border-color css
<style>
span { border-color: #7529A4; }
span { border-color: rgb(117,41,164); }
td.TdClassName
{
border-color: #7529A4;
}
.TagClassName
{
border-color: #7529A4;
}
</style>