Shades of Vivid Violet #7E2692
Tints of Vivid Violet #7E2692
RGB
CMYK
RGB Variations
Color information
#7E2692 (or 0x7E2692) is known color: Vivid Violet. HEX triplet: 7E, 26 and 92. RGB value is (126,38,146). Sum of RGB (Red+Green+Blue) = 126+38+146=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E2692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2692 is #81D96D. Grayscale: #4C4C4C. Windows color (decimal): -8509806 or 9578110. OLE color: 9578110.
HSL color Cylindrical-coordinate representation of color #7E2692: hue angle of 288.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2692 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 38 | 146 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.43 |
| HSL | 288.89º | 0.59% | 0.36% | - |
| HSV(B) | 288.89º | 0.74% | 0.57% | - |
| XYZ | 14.49 | 7.9 | 27.95 | - |
| YUV | 76.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 146 | 0.14 | 0.74 | 0 | 0.43 | 288.89 | 0.59 | 0.36 |
| Hex | 7E | 26 | 92 | E | 4A | 0 | 2B | 121 | 3B | 24 |
| Octal | 176 | 46 | 222 | 16 | 112 | 0 | 53 | 441 | 73 | 44 |
| Binary | 1111110 | 100110 | 10010010 | 1110 | 1001010 | 0 | 101011 | 100100001 | 111011 | 100100 |
Color Harmonies of #7E2692
Complementary color
Monochromatic Colors of #7E2692
Black with #7E2692
Text Example
Text Example
White with #7E2692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2692; }
p { color: rgb(126,38,146); }
H1.HeaderClassName
{
color: #7E2692;
}
.AnyTagClassName
{
color: #7E2692;
}
</style>
background-color css
<style>
a { background-color: #7E2692; }
a { background-color: rgb(126,38,146); }
div.DivClassName
{
background-color: #7E2692;
}
.BgClassName
{
background-color: #7E2692;
}
</style>
border-color css
<style>
span { border-color: #7E2692; }
span { border-color: rgb(126,38,146); }
td.TdClassName
{
border-color: #7E2692;
}
.TagClassName
{
border-color: #7E2692;
}
</style>