Shades of Vivid Violet #7A418E
Tints of Vivid Violet #7A418E
RGB
CMYK
RGB Variations
Color information
#7A418E (or 0x7A418E) is known color: Vivid Violet. HEX triplet: 7A, 41 and 8E. RGB value is (122,65,142). Sum of RGB (Red+Green+Blue) = 122+65+142=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A418E is #85BE71. Grayscale: #5A5A5A. Windows color (decimal): -8765042 or 9322874. OLE color: 9322874.
HSL color Cylindrical-coordinate representation of color #7A418E: hue angle of 284.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A418E is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 65 | 142 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.44 |
| HSL | 284.42º | 0.37% | 0.41% | - |
| HSV(B) | 284.42º | 0.54% | 0.56% | - |
| XYZ | 14.8 | 9.87 | 26.72 | - |
| YUV | 90.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 142 | 0.14 | 0.54 | 0 | 0.44 | 284.42 | 0.37 | 0.41 |
| Hex | 7A | 41 | 8E | E | 36 | 0 | 2C | 11C | 25 | 29 |
| Octal | 172 | 101 | 216 | 16 | 66 | 0 | 54 | 434 | 45 | 51 |
| Binary | 1111010 | 1000001 | 10001110 | 1110 | 110110 | 0 | 101100 | 100011100 | 100101 | 101001 |
Color Harmonies of #7A418E
Complementary color
Monochromatic Colors of #7A418E
Black with #7A418E
Text Example
Text Example
White with #7A418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A418E; }
p { color: rgb(122,65,142); }
H1.HeaderClassName
{
color: #7A418E;
}
.AnyTagClassName
{
color: #7A418E;
}
</style>
background-color css
<style>
a { background-color: #7A418E; }
a { background-color: rgb(122,65,142); }
div.DivClassName
{
background-color: #7A418E;
}
.BgClassName
{
background-color: #7A418E;
}
</style>
border-color css
<style>
span { border-color: #7A418E; }
span { border-color: rgb(122,65,142); }
td.TdClassName
{
border-color: #7A418E;
}
.TagClassName
{
border-color: #7A418E;
}
</style>