Shades of Vivid Violet #7E4682
Tints of Vivid Violet #7E4682
RGB
CMYK
RGB Variations
Color information
#7E4682 (or 0x7E4682) is known color: Vivid Violet. HEX triplet: 7E, 46 and 82. RGB value is (126,70,130). Sum of RGB (Red+Green+Blue) = 126+70+130=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4682 is #81B97D. Grayscale: #5D5D5D. Windows color (decimal): -8501630 or 8537726. OLE color: 8537726.
HSL color Cylindrical-coordinate representation of color #7E4682: hue angle of 296º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4682 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 70 | 130 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.49 |
| HSL | 296º | 0.3% | 0.39% | - |
| HSV(B) | 296º | 0.46% | 0.51% | - |
| XYZ | 14.82 | 10.43 | 22.35 | - |
| YUV | 93.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 130 | 0.03 | 0.46 | 0 | 0.49 | 296 | 0.3 | 0.39 |
| Hex | 7E | 46 | 82 | 3 | 2E | 0 | 31 | 128 | 1E | 27 |
| Octal | 176 | 106 | 202 | 3 | 56 | 0 | 61 | 450 | 36 | 47 |
| Binary | 1111110 | 1000110 | 10000010 | 11 | 101110 | 0 | 110001 | 100101000 | 11110 | 100111 |
Color Harmonies of #7E4682
Complementary color
Monochromatic Colors of #7E4682
Black with #7E4682
Text Example
Text Example
White with #7E4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4682; }
p { color: rgb(126,70,130); }
H1.HeaderClassName
{
color: #7E4682;
}
.AnyTagClassName
{
color: #7E4682;
}
</style>
background-color css
<style>
a { background-color: #7E4682; }
a { background-color: rgb(126,70,130); }
div.DivClassName
{
background-color: #7E4682;
}
.BgClassName
{
background-color: #7E4682;
}
</style>
border-color css
<style>
span { border-color: #7E4682; }
span { border-color: rgb(126,70,130); }
td.TdClassName
{
border-color: #7E4682;
}
.TagClassName
{
border-color: #7E4682;
}
</style>