Shades of Vivid Violet #7A428C
Tints of Vivid Violet #7A428C
RGB
CMYK
RGB Variations
Color information
#7A428C (or 0x7A428C) is known color: Vivid Violet. HEX triplet: 7A, 42 and 8C. RGB value is (122,66,140). Sum of RGB (Red+Green+Blue) = 122+66+140=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A428C is #85BD73. Grayscale: #5A5A5A. Windows color (decimal): -8764788 or 9192058. OLE color: 9192058.
HSL color Cylindrical-coordinate representation of color #7A428C: hue angle of 285.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A428C is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 66 | 140 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.45 |
| HSL | 285.41º | 0.36% | 0.4% | - |
| HSV(B) | 285.41º | 0.53% | 0.55% | - |
| XYZ | 14.71 | 9.93 | 25.95 | - |
| YUV | 91.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 140 | 0.13 | 0.53 | 0 | 0.45 | 285.41 | 0.36 | 0.4 |
| Hex | 7A | 42 | 8C | D | 35 | 0 | 2D | 11D | 24 | 28 |
| Octal | 172 | 102 | 214 | 15 | 65 | 0 | 55 | 435 | 44 | 50 |
| Binary | 1111010 | 1000010 | 10001100 | 1101 | 110101 | 0 | 101101 | 100011101 | 100100 | 101000 |
Color Harmonies of #7A428C
Complementary color
Monochromatic Colors of #7A428C
Black with #7A428C
Text Example
Text Example
White with #7A428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A428C; }
p { color: rgb(122,66,140); }
H1.HeaderClassName
{
color: #7A428C;
}
.AnyTagClassName
{
color: #7A428C;
}
</style>
background-color css
<style>
a { background-color: #7A428C; }
a { background-color: rgb(122,66,140); }
div.DivClassName
{
background-color: #7A428C;
}
.BgClassName
{
background-color: #7A428C;
}
</style>
border-color css
<style>
span { border-color: #7A428C; }
span { border-color: rgb(122,66,140); }
td.TdClassName
{
border-color: #7A428C;
}
.TagClassName
{
border-color: #7A428C;
}
</style>