Shades of Royal Purple #7425AA
Tints of Royal Purple #7425AA
RGB
CMYK
RGB Variations
Color information
#7425AA (or 0x7425AA) is known color: Royal Purple. HEX triplet: 74, 25 and AA. RGB value is (116,37,170). Sum of RGB (Red+Green+Blue) = 116+37+170=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #7425AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7425AA is #8BDA55. Grayscale: #4B4B4B. Windows color (decimal): -9165398 or 11150708. OLE color: 11150708.
HSL color Cylindrical-coordinate representation of color #7425AA: hue angle of 275.64º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7425AA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 37 | 170 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.33 |
| HSL | 275.64º | 0.64% | 0.41% | - |
| HSV(B) | 275.64º | 0.78% | 0.67% | - |
| XYZ | 15.12 | 7.94 | 38.77 | - |
| YUV | 75.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 170 | 0.32 | 0.78 | 0 | 0.33 | 275.64 | 0.64 | 0.41 |
| Hex | 74 | 25 | AA | 20 | 4E | 0 | 21 | 114 | 40 | 29 |
| Octal | 164 | 45 | 252 | 40 | 116 | 0 | 41 | 424 | 100 | 51 |
| Binary | 1110100 | 100101 | 10101010 | 100000 | 1001110 | 0 | 100001 | 100010100 | 1000000 | 101001 |
Color Harmonies of #7425AA
Complementary color
Monochromatic Colors of #7425AA
Black with #7425AA
Text Example
Text Example
White with #7425AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7425AA; }
p { color: rgb(116,37,170); }
H1.HeaderClassName
{
color: #7425AA;
}
.AnyTagClassName
{
color: #7425AA;
}
</style>
background-color css
<style>
a { background-color: #7425AA; }
a { background-color: rgb(116,37,170); }
div.DivClassName
{
background-color: #7425AA;
}
.BgClassName
{
background-color: #7425AA;
}
</style>
border-color css
<style>
span { border-color: #7425AA; }
span { border-color: rgb(116,37,170); }
td.TdClassName
{
border-color: #7425AA;
}
.TagClassName
{
border-color: #7425AA;
}
</style>