Shades of Royal Purple #7A34AC
Tints of Royal Purple #7A34AC
RGB
CMYK
RGB Variations
Color information
#7A34AC (or 0x7A34AC) is known color: Royal Purple. HEX triplet: 7A, 34 and AC. RGB value is (122,52,172). Sum of RGB (Red+Green+Blue) = 122+52+172=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A34AC is #85CB53. Grayscale: #565656. Windows color (decimal): -8768340 or 11285626. OLE color: 11285626.
HSL color Cylindrical-coordinate representation of color #7A34AC: hue angle of 275º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A34AC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 52 | 172 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.33 |
| HSL | 275º | 0.54% | 0.44% | - |
| HSV(B) | 275º | 0.7% | 0.67% | - |
| XYZ | 16.7 | 9.57 | 40 | - |
| YUV | 86.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 172 | 0.29 | 0.70 | 0 | 0.33 | 275 | 0.54 | 0.44 |
| Hex | 7A | 34 | AC | 1D | 46 | 0 | 21 | 113 | 36 | 2C |
| Octal | 172 | 64 | 254 | 35 | 106 | 0 | 41 | 423 | 66 | 54 |
| Binary | 1111010 | 110100 | 10101100 | 11101 | 1000110 | 0 | 100001 | 100010011 | 110110 | 101100 |
Color Harmonies of #7A34AC
Complementary color
Monochromatic Colors of #7A34AC
Black with #7A34AC
Text Example
Text Example
White with #7A34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A34AC; }
p { color: rgb(122,52,172); }
H1.HeaderClassName
{
color: #7A34AC;
}
.AnyTagClassName
{
color: #7A34AC;
}
</style>
background-color css
<style>
a { background-color: #7A34AC; }
a { background-color: rgb(122,52,172); }
div.DivClassName
{
background-color: #7A34AC;
}
.BgClassName
{
background-color: #7A34AC;
}
</style>
border-color css
<style>
span { border-color: #7A34AC; }
span { border-color: rgb(122,52,172); }
td.TdClassName
{
border-color: #7A34AC;
}
.TagClassName
{
border-color: #7A34AC;
}
</style>