Shades of Royal Purple #7A30AA
Tints of Royal Purple #7A30AA
RGB
CMYK
RGB Variations
Color information
#7A30AA (or 0x7A30AA) is known color: Royal Purple. HEX triplet: 7A, 30 and AA. RGB value is (122,48,170). Sum of RGB (Red+Green+Blue) = 122+48+170=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A30AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A30AA is #85CF55. Grayscale: #535353. Windows color (decimal): -8769366 or 11153530. OLE color: 11153530.
HSL color Cylindrical-coordinate representation of color #7A30AA: hue angle of 276.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A30AA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 48 | 170 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.33 |
| HSL | 276.39º | 0.56% | 0.43% | - |
| HSV(B) | 276.39º | 0.72% | 0.67% | - |
| XYZ | 16.34 | 9.15 | 38.94 | - |
| YUV | 84.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 170 | 0.28 | 0.72 | 0 | 0.33 | 276.39 | 0.56 | 0.43 |
| Hex | 7A | 30 | AA | 1C | 48 | 0 | 21 | 114 | 38 | 2B |
| Octal | 172 | 60 | 252 | 34 | 110 | 0 | 41 | 424 | 70 | 53 |
| Binary | 1111010 | 110000 | 10101010 | 11100 | 1001000 | 0 | 100001 | 100010100 | 111000 | 101011 |
Color Harmonies of #7A30AA
Complementary color
Monochromatic Colors of #7A30AA
Black with #7A30AA
Text Example
Text Example
White with #7A30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A30AA; }
p { color: rgb(122,48,170); }
H1.HeaderClassName
{
color: #7A30AA;
}
.AnyTagClassName
{
color: #7A30AA;
}
</style>
background-color css
<style>
a { background-color: #7A30AA; }
a { background-color: rgb(122,48,170); }
div.DivClassName
{
background-color: #7A30AA;
}
.BgClassName
{
background-color: #7A30AA;
}
</style>
border-color css
<style>
span { border-color: #7A30AA; }
span { border-color: rgb(122,48,170); }
td.TdClassName
{
border-color: #7A30AA;
}
.TagClassName
{
border-color: #7A30AA;
}
</style>