Shades of Royal Purple #7A35A3
Tints of Royal Purple #7A35A3
RGB
CMYK
RGB Variations
Color information
#7A35A3 (or 0x7A35A3) is known color: Royal Purple. HEX triplet: 7A, 35 and A3. RGB value is (122,53,163). Sum of RGB (Red+Green+Blue) = 122+53+163=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #7A35A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A35A3 is #85CA5C. Grayscale: #555555. Windows color (decimal): -8768093 or 10696058. OLE color: 10696058.
HSL color Cylindrical-coordinate representation of color #7A35A3: hue angle of 277.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A35A3 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 53 | 163 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.36 |
| HSL | 277.64º | 0.51% | 0.42% | - |
| HSV(B) | 277.64º | 0.67% | 0.64% | - |
| XYZ | 15.91 | 9.33 | 35.61 | - |
| YUV | 86.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 163 | 0.25 | 0.67 | 0 | 0.36 | 277.64 | 0.51 | 0.42 |
| Hex | 7A | 35 | A3 | 19 | 43 | 0 | 24 | 116 | 33 | 2A |
| Octal | 172 | 65 | 243 | 31 | 103 | 0 | 44 | 426 | 63 | 52 |
| Binary | 1111010 | 110101 | 10100011 | 11001 | 1000011 | 0 | 100100 | 100010110 | 110011 | 101010 |
Color Harmonies of #7A35A3
Complementary color
Monochromatic Colors of #7A35A3
Black with #7A35A3
Text Example
Text Example
White with #7A35A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A35A3; }
p { color: rgb(122,53,163); }
H1.HeaderClassName
{
color: #7A35A3;
}
.AnyTagClassName
{
color: #7A35A3;
}
</style>
background-color css
<style>
a { background-color: #7A35A3; }
a { background-color: rgb(122,53,163); }
div.DivClassName
{
background-color: #7A35A3;
}
.BgClassName
{
background-color: #7A35A3;
}
</style>
border-color css
<style>
span { border-color: #7A35A3; }
span { border-color: rgb(122,53,163); }
td.TdClassName
{
border-color: #7A35A3;
}
.TagClassName
{
border-color: #7A35A3;
}
</style>