Shades of Royal Purple #7525A4
Tints of Royal Purple #7525A4
RGB
CMYK
RGB Variations
Color information
#7525A4 (or 0x7525A4) is known color: Royal Purple. HEX triplet: 75, 25 and A4. RGB value is (117,37,164). Sum of RGB (Red+Green+Blue) = 117+37+164=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #7525A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7525A4 is #8ADA5B. Grayscale: #4A4A4A. Windows color (decimal): -9099868 or 10757493. OLE color: 10757493.
HSL color Cylindrical-coordinate representation of color #7525A4: hue angle of 277.8º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7525A4 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 37 | 164 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.36 |
| HSL | 277.8º | 0.63% | 0.39% | - |
| HSV(B) | 277.8º | 0.77% | 0.64% | - |
| XYZ | 14.7 | 7.79 | 35.85 | - |
| YUV | 75.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 164 | 0.29 | 0.77 | 0 | 0.36 | 277.8 | 0.63 | 0.39 |
| Hex | 75 | 25 | A4 | 1D | 4D | 0 | 24 | 116 | 3F | 27 |
| Octal | 165 | 45 | 244 | 35 | 115 | 0 | 44 | 426 | 77 | 47 |
| Binary | 1110101 | 100101 | 10100100 | 11101 | 1001101 | 0 | 100100 | 100010110 | 111111 | 100111 |
Color Harmonies of #7525A4
Complementary color
Monochromatic Colors of #7525A4
Black with #7525A4
Text Example
Text Example
White with #7525A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7525A4; }
p { color: rgb(117,37,164); }
H1.HeaderClassName
{
color: #7525A4;
}
.AnyTagClassName
{
color: #7525A4;
}
</style>
background-color css
<style>
a { background-color: #7525A4; }
a { background-color: rgb(117,37,164); }
div.DivClassName
{
background-color: #7525A4;
}
.BgClassName
{
background-color: #7525A4;
}
</style>
border-color css
<style>
span { border-color: #7525A4; }
span { border-color: rgb(117,37,164); }
td.TdClassName
{
border-color: #7525A4;
}
.TagClassName
{
border-color: #7525A4;
}
</style>