Shades of Vivid Violet #7A3C90
Tints of Vivid Violet #7A3C90
RGB
CMYK
RGB Variations
Color information
#7A3C90 (or 0x7A3C90) is known color: Vivid Violet. HEX triplet: 7A, 3C and 90. RGB value is (122,60,144). Sum of RGB (Red+Green+Blue) = 122+60+144=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A3C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3C90 is #85C36F. Grayscale: #575757. Windows color (decimal): -8766320 or 9452666. OLE color: 9452666.
HSL color Cylindrical-coordinate representation of color #7A3C90: hue angle of 284.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3C90 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 60 | 144 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.44 |
| HSL | 284.29º | 0.41% | 0.4% | - |
| HSV(B) | 284.29º | 0.58% | 0.56% | - |
| XYZ | 14.68 | 9.38 | 27.42 | - |
| YUV | 88.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 144 | 0.15 | 0.58 | 0 | 0.44 | 284.29 | 0.41 | 0.4 |
| Hex | 7A | 3C | 90 | F | 3A | 0 | 2C | 11C | 29 | 28 |
| Octal | 172 | 74 | 220 | 17 | 72 | 0 | 54 | 434 | 51 | 50 |
| Binary | 1111010 | 111100 | 10010000 | 1111 | 111010 | 0 | 101100 | 100011100 | 101001 | 101000 |
Color Harmonies of #7A3C90
Complementary color
Monochromatic Colors of #7A3C90
Black with #7A3C90
Text Example
Text Example
White with #7A3C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C90; }
p { color: rgb(122,60,144); }
H1.HeaderClassName
{
color: #7A3C90;
}
.AnyTagClassName
{
color: #7A3C90;
}
</style>
background-color css
<style>
a { background-color: #7A3C90; }
a { background-color: rgb(122,60,144); }
div.DivClassName
{
background-color: #7A3C90;
}
.BgClassName
{
background-color: #7A3C90;
}
</style>
border-color css
<style>
span { border-color: #7A3C90; }
span { border-color: rgb(122,60,144); }
td.TdClassName
{
border-color: #7A3C90;
}
.TagClassName
{
border-color: #7A3C90;
}
</style>