Shades of Royal Purple #7A3CA2
Tints of Royal Purple #7A3CA2
RGB
CMYK
RGB Variations
Color information
#7A3CA2 (or 0x7A3CA2) is known color: Royal Purple. HEX triplet: 7A, 3C and A2. RGB value is (122,60,162). Sum of RGB (Red+Green+Blue) = 122+60+162=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #7A3CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3CA2 is #85C35D. Grayscale: #595959. Windows color (decimal): -8766302 or 10632314. OLE color: 10632314.
HSL color Cylindrical-coordinate representation of color #7A3CA2: hue angle of 276.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A3CA2 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 60 | 162 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.36 |
| HSL | 276.47º | 0.46% | 0.44% | - |
| HSV(B) | 276.47º | 0.63% | 0.64% | - |
| XYZ | 16.16 | 9.98 | 35.26 | - |
| YUV | 90.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 162 | 0.25 | 0.63 | 0 | 0.36 | 276.47 | 0.46 | 0.44 |
| Hex | 7A | 3C | A2 | 19 | 3F | 0 | 24 | 114 | 2E | 2C |
| Octal | 172 | 74 | 242 | 31 | 77 | 0 | 44 | 424 | 56 | 54 |
| Binary | 1111010 | 111100 | 10100010 | 11001 | 111111 | 0 | 100100 | 100010100 | 101110 | 101100 |
Color Harmonies of #7A3CA2
Complementary color
Monochromatic Colors of #7A3CA2
Black with #7A3CA2
Text Example
Text Example
White with #7A3CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3CA2; }
p { color: rgb(122,60,162); }
H1.HeaderClassName
{
color: #7A3CA2;
}
.AnyTagClassName
{
color: #7A3CA2;
}
</style>
background-color css
<style>
a { background-color: #7A3CA2; }
a { background-color: rgb(122,60,162); }
div.DivClassName
{
background-color: #7A3CA2;
}
.BgClassName
{
background-color: #7A3CA2;
}
</style>
border-color css
<style>
span { border-color: #7A3CA2; }
span { border-color: rgb(122,60,162); }
td.TdClassName
{
border-color: #7A3CA2;
}
.TagClassName
{
border-color: #7A3CA2;
}
</style>