Shades of Royal Purple #7A26AA
Tints of Royal Purple #7A26AA
RGB
CMYK
RGB Variations
Color information
#7A26AA (or 0x7A26AA) is known color: Royal Purple. HEX triplet: 7A, 26 and AA. RGB value is (122,38,170). Sum of RGB (Red+Green+Blue) = 122+38+170=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A26AA is #85D955. Grayscale: #4D4D4D. Windows color (decimal): -8771926 or 11150970. OLE color: 11150970.
HSL color Cylindrical-coordinate representation of color #7A26AA: hue angle of 278.18º degrees, saturation: 0.63, 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 #7A26AA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 38 | 170 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.33 |
| HSL | 278.18º | 0.63% | 0.41% | - |
| HSV(B) | 278.18º | 0.78% | 0.67% | - |
| XYZ | 15.97 | 8.43 | 38.81 | - |
| YUV | 78.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 170 | 0.28 | 0.78 | 0 | 0.33 | 278.18 | 0.63 | 0.41 |
| Hex | 7A | 26 | AA | 1C | 4E | 0 | 21 | 116 | 3F | 29 |
| Octal | 172 | 46 | 252 | 34 | 116 | 0 | 41 | 426 | 77 | 51 |
| Binary | 1111010 | 100110 | 10101010 | 11100 | 1001110 | 0 | 100001 | 100010110 | 111111 | 101001 |
Color Harmonies of #7A26AA
Complementary color
Monochromatic Colors of #7A26AA
Black with #7A26AA
Text Example
Text Example
White with #7A26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A26AA; }
p { color: rgb(122,38,170); }
H1.HeaderClassName
{
color: #7A26AA;
}
.AnyTagClassName
{
color: #7A26AA;
}
</style>
background-color css
<style>
a { background-color: #7A26AA; }
a { background-color: rgb(122,38,170); }
div.DivClassName
{
background-color: #7A26AA;
}
.BgClassName
{
background-color: #7A26AA;
}
</style>
border-color css
<style>
span { border-color: #7A26AA; }
span { border-color: rgb(122,38,170); }
td.TdClassName
{
border-color: #7A26AA;
}
.TagClassName
{
border-color: #7A26AA;
}
</style>