Shades of Vivid Violet #7E379A
Tints of Vivid Violet #7E379A
RGB
CMYK
RGB Variations
Color information
#7E379A (or 0x7E379A) is known color: Vivid Violet. HEX triplet: 7E, 37 and 9A. RGB value is (126,55,154). Sum of RGB (Red+Green+Blue) = 126+55+154=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E379A is #81C865. Grayscale: #575757. Windows color (decimal): -8505446 or 10106750. OLE color: 10106750.
HSL color Cylindrical-coordinate representation of color #7E379A: hue angle of 283.03º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E379A is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 55 | 154 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.40 |
| HSL | 283.03º | 0.47% | 0.41% | - |
| HSV(B) | 283.03º | 0.64% | 0.6% | - |
| XYZ | 15.8 | 9.5 | 31.57 | - |
| YUV | 87.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 154 | 0.18 | 0.64 | 0 | 0.40 | 283.03 | 0.47 | 0.41 |
| Hex | 7E | 37 | 9A | 12 | 40 | 0 | 28 | 11B | 2F | 29 |
| Octal | 176 | 67 | 232 | 22 | 100 | 0 | 50 | 433 | 57 | 51 |
| Binary | 1111110 | 110111 | 10011010 | 10010 | 1000000 | 0 | 101000 | 100011011 | 101111 | 101001 |
Color Harmonies of #7E379A
Complementary color
Monochromatic Colors of #7E379A
Black with #7E379A
Text Example
Text Example
White with #7E379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E379A; }
p { color: rgb(126,55,154); }
H1.HeaderClassName
{
color: #7E379A;
}
.AnyTagClassName
{
color: #7E379A;
}
</style>
background-color css
<style>
a { background-color: #7E379A; }
a { background-color: rgb(126,55,154); }
div.DivClassName
{
background-color: #7E379A;
}
.BgClassName
{
background-color: #7E379A;
}
</style>
border-color css
<style>
span { border-color: #7E379A; }
span { border-color: rgb(126,55,154); }
td.TdClassName
{
border-color: #7E379A;
}
.TagClassName
{
border-color: #7E379A;
}
</style>