Shades of Vivid Violet #7E428A
Tints of Vivid Violet #7E428A
RGB
CMYK
RGB Variations
Color information
#7E428A (or 0x7E428A) is known color: Vivid Violet. HEX triplet: 7E, 42 and 8A. RGB value is (126,66,138). Sum of RGB (Red+Green+Blue) = 126+66+138=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E428A is #81BD75. Grayscale: #5B5B5B. Windows color (decimal): -8502646 or 9060990. OLE color: 9060990.
HSL color Cylindrical-coordinate representation of color #7E428A: hue angle of 290º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E428A is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 66 | 138 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.46 |
| HSL | 290º | 0.35% | 0.4% | - |
| HSV(B) | 290º | 0.52% | 0.54% | - |
| XYZ | 15.14 | 10.17 | 25.21 | - |
| YUV | 92.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 138 | 0.09 | 0.52 | 0 | 0.46 | 290 | 0.35 | 0.4 |
| Hex | 7E | 42 | 8A | 9 | 34 | 0 | 2E | 122 | 23 | 28 |
| Octal | 176 | 102 | 212 | 11 | 64 | 0 | 56 | 442 | 43 | 50 |
| Binary | 1111110 | 1000010 | 10001010 | 1001 | 110100 | 0 | 101110 | 100100010 | 100011 | 101000 |
Color Harmonies of #7E428A
Complementary color
Monochromatic Colors of #7E428A
Black with #7E428A
Text Example
Text Example
White with #7E428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E428A; }
p { color: rgb(126,66,138); }
H1.HeaderClassName
{
color: #7E428A;
}
.AnyTagClassName
{
color: #7E428A;
}
</style>
background-color css
<style>
a { background-color: #7E428A; }
a { background-color: rgb(126,66,138); }
div.DivClassName
{
background-color: #7E428A;
}
.BgClassName
{
background-color: #7E428A;
}
</style>
border-color css
<style>
span { border-color: #7E428A; }
span { border-color: rgb(126,66,138); }
td.TdClassName
{
border-color: #7E428A;
}
.TagClassName
{
border-color: #7E428A;
}
</style>