Shades of Royal Purple #7A37AD
Tints of Royal Purple #7A37AD
RGB
CMYK
RGB Variations
Color information
#7A37AD (or 0x7A37AD) is known color: Royal Purple. HEX triplet: 7A, 37 and AD. RGB value is (122,55,173). Sum of RGB (Red+Green+Blue) = 122+55+173=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A37AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A37AD is #85C852. Grayscale: #585858. Windows color (decimal): -8767571 or 11351930. OLE color: 11351930.
HSL color Cylindrical-coordinate representation of color #7A37AD: hue angle of 274.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A37AD is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 55 | 173 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.32 |
| HSL | 274.07º | 0.52% | 0.45% | - |
| HSV(B) | 274.07º | 0.68% | 0.68% | - |
| XYZ | 16.94 | 9.89 | 40.55 | - |
| YUV | 88.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 173 | 0.29 | 0.68 | 0 | 0.32 | 274.07 | 0.52 | 0.45 |
| Hex | 7A | 37 | AD | 1D | 44 | 0 | 20 | 112 | 34 | 2D |
| Octal | 172 | 67 | 255 | 35 | 104 | 0 | 40 | 422 | 64 | 55 |
| Binary | 1111010 | 110111 | 10101101 | 11101 | 1000100 | 0 | 100000 | 100010010 | 110100 | 101101 |
Color Harmonies of #7A37AD
Complementary color
Monochromatic Colors of #7A37AD
Black with #7A37AD
Text Example
Text Example
White with #7A37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A37AD; }
p { color: rgb(122,55,173); }
H1.HeaderClassName
{
color: #7A37AD;
}
.AnyTagClassName
{
color: #7A37AD;
}
</style>
background-color css
<style>
a { background-color: #7A37AD; }
a { background-color: rgb(122,55,173); }
div.DivClassName
{
background-color: #7A37AD;
}
.BgClassName
{
background-color: #7A37AD;
}
</style>
border-color css
<style>
span { border-color: #7A37AD; }
span { border-color: rgb(122,55,173); }
td.TdClassName
{
border-color: #7A37AD;
}
.TagClassName
{
border-color: #7A37AD;
}
</style>