Shades of Vivid Violet #7E349F
Tints of Vivid Violet #7E349F
RGB
CMYK
RGB Variations
Color information
#7E349F (or 0x7E349F) is known color: Vivid Violet. HEX triplet: 7E, 34 and 9F. RGB value is (126,52,159). Sum of RGB (Red+Green+Blue) = 126+52+159=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E349F is #81CB60. Grayscale: #555555. Windows color (decimal): -8506209 or 10433662. OLE color: 10433662.
HSL color Cylindrical-coordinate representation of color #7E349F: hue angle of 281.5º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E349F is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 52 | 159 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.38 |
| HSL | 281.5º | 0.51% | 0.41% | - |
| HSV(B) | 281.5º | 0.67% | 0.62% | - |
| XYZ | 16.09 | 9.39 | 33.77 | - |
| YUV | 86.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 159 | 0.21 | 0.67 | 0 | 0.38 | 281.5 | 0.51 | 0.41 |
| Hex | 7E | 34 | 9F | 15 | 43 | 0 | 26 | 119 | 33 | 29 |
| Octal | 176 | 64 | 237 | 25 | 103 | 0 | 46 | 431 | 63 | 51 |
| Binary | 1111110 | 110100 | 10011111 | 10101 | 1000011 | 0 | 100110 | 100011001 | 110011 | 101001 |
Color Harmonies of #7E349F
Complementary color
Monochromatic Colors of #7E349F
Black with #7E349F
Text Example
Text Example
White with #7E349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E349F; }
p { color: rgb(126,52,159); }
H1.HeaderClassName
{
color: #7E349F;
}
.AnyTagClassName
{
color: #7E349F;
}
</style>
background-color css
<style>
a { background-color: #7E349F; }
a { background-color: rgb(126,52,159); }
div.DivClassName
{
background-color: #7E349F;
}
.BgClassName
{
background-color: #7E349F;
}
</style>
border-color css
<style>
span { border-color: #7E349F; }
span { border-color: rgb(126,52,159); }
td.TdClassName
{
border-color: #7E349F;
}
.TagClassName
{
border-color: #7E349F;
}
</style>