Shades of Royal Purple #7A2CAC
Tints of Royal Purple #7A2CAC
RGB
CMYK
RGB Variations
Color information
#7A2CAC (or 0x7A2CAC) is known color: Royal Purple. HEX triplet: 7A, 2C and AC. RGB value is (122,44,172). Sum of RGB (Red+Green+Blue) = 122+44+172=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2CAC is #85D353. Grayscale: #515151. Windows color (decimal): -8770388 or 11283578. OLE color: 11283578.
HSL color Cylindrical-coordinate representation of color #7A2CAC: hue angle of 276.56º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2CAC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 44 | 172 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.33 |
| HSL | 276.56º | 0.59% | 0.42% | - |
| HSV(B) | 276.56º | 0.74% | 0.67% | - |
| XYZ | 16.37 | 8.92 | 39.89 | - |
| YUV | 81.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 172 | 0.29 | 0.74 | 0 | 0.33 | 276.56 | 0.59 | 0.42 |
| Hex | 7A | 2C | AC | 1D | 4A | 0 | 21 | 115 | 3B | 2A |
| Octal | 172 | 54 | 254 | 35 | 112 | 0 | 41 | 425 | 73 | 52 |
| Binary | 1111010 | 101100 | 10101100 | 11101 | 1001010 | 0 | 100001 | 100010101 | 111011 | 101010 |
Color Harmonies of #7A2CAC
Complementary color
Monochromatic Colors of #7A2CAC
Black with #7A2CAC
Text Example
Text Example
White with #7A2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CAC; }
p { color: rgb(122,44,172); }
H1.HeaderClassName
{
color: #7A2CAC;
}
.AnyTagClassName
{
color: #7A2CAC;
}
</style>
background-color css
<style>
a { background-color: #7A2CAC; }
a { background-color: rgb(122,44,172); }
div.DivClassName
{
background-color: #7A2CAC;
}
.BgClassName
{
background-color: #7A2CAC;
}
</style>
border-color css
<style>
span { border-color: #7A2CAC; }
span { border-color: rgb(122,44,172); }
td.TdClassName
{
border-color: #7A2CAC;
}
.TagClassName
{
border-color: #7A2CAC;
}
</style>