Shades of Vivid Violet #7E428C
Tints of Vivid Violet #7E428C
RGB
CMYK
RGB Variations
Color information
#7E428C (or 0x7E428C) is known color: Vivid Violet. HEX triplet: 7E, 42 and 8C. RGB value is (126,66,140). Sum of RGB (Red+Green+Blue) = 126+66+140=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E428C is #81BD73. Grayscale: #5C5C5C. Windows color (decimal): -8502644 or 9192062. OLE color: 9192062.
HSL color Cylindrical-coordinate representation of color #7E428C: hue angle of 288.65º 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 #7E428C is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 66 | 140 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.45 |
| HSL | 288.65º | 0.36% | 0.4% | - |
| HSV(B) | 288.65º | 0.53% | 0.55% | - |
| XYZ | 15.29 | 10.23 | 25.98 | - |
| YUV | 92.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 140 | 0.10 | 0.53 | 0 | 0.45 | 288.65 | 0.36 | 0.4 |
| Hex | 7E | 42 | 8C | A | 35 | 0 | 2D | 121 | 24 | 28 |
| Octal | 176 | 102 | 214 | 12 | 65 | 0 | 55 | 441 | 44 | 50 |
| Binary | 1111110 | 1000010 | 10001100 | 1010 | 110101 | 0 | 101101 | 100100001 | 100100 | 101000 |
Color Harmonies of #7E428C
Complementary color
Monochromatic Colors of #7E428C
Black with #7E428C
Text Example
Text Example
White with #7E428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E428C; }
p { color: rgb(126,66,140); }
H1.HeaderClassName
{
color: #7E428C;
}
.AnyTagClassName
{
color: #7E428C;
}
</style>
background-color css
<style>
a { background-color: #7E428C; }
a { background-color: rgb(126,66,140); }
div.DivClassName
{
background-color: #7E428C;
}
.BgClassName
{
background-color: #7E428C;
}
</style>
border-color css
<style>
span { border-color: #7E428C; }
span { border-color: rgb(126,66,140); }
td.TdClassName
{
border-color: #7E428C;
}
.TagClassName
{
border-color: #7E428C;
}
</style>