Shades of Royal Purple #7A25AB
Tints of Royal Purple #7A25AB
RGB
CMYK
RGB Variations
Color information
#7A25AB (or 0x7A25AB) is known color: Royal Purple. HEX triplet: 7A, 25 and AB. RGB value is (122,37,171). Sum of RGB (Red+Green+Blue) = 122+37+171=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A25AB is #85DA54. Grayscale: #4D4D4D. Windows color (decimal): -8772181 or 11216250. OLE color: 11216250.
HSL color Cylindrical-coordinate representation of color #7A25AB: hue angle of 278.06º 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 #7A25AB is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 37 | 171 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.33 |
| HSL | 278.06º | 0.64% | 0.41% | - |
| HSV(B) | 278.06º | 0.78% | 0.67% | - |
| XYZ | 16.04 | 8.4 | 39.3 | - |
| YUV | 77.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 171 | 0.29 | 0.78 | 0 | 0.33 | 278.06 | 0.64 | 0.41 |
| Hex | 7A | 25 | AB | 1D | 4E | 0 | 21 | 116 | 40 | 29 |
| Octal | 172 | 45 | 253 | 35 | 116 | 0 | 41 | 426 | 100 | 51 |
| Binary | 1111010 | 100101 | 10101011 | 11101 | 1001110 | 0 | 100001 | 100010110 | 1000000 | 101001 |
Color Harmonies of #7A25AB
Complementary color
Monochromatic Colors of #7A25AB
Black with #7A25AB
Text Example
Text Example
White with #7A25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A25AB; }
p { color: rgb(122,37,171); }
H1.HeaderClassName
{
color: #7A25AB;
}
.AnyTagClassName
{
color: #7A25AB;
}
</style>
background-color css
<style>
a { background-color: #7A25AB; }
a { background-color: rgb(122,37,171); }
div.DivClassName
{
background-color: #7A25AB;
}
.BgClassName
{
background-color: #7A25AB;
}
</style>
border-color css
<style>
span { border-color: #7A25AB; }
span { border-color: rgb(122,37,171); }
td.TdClassName
{
border-color: #7A25AB;
}
.TagClassName
{
border-color: #7A25AB;
}
</style>