Shades of Vivid Violet #7E3086
Tints of Vivid Violet #7E3086
RGB
CMYK
RGB Variations
Color information
#7E3086 (or 0x7E3086) is known color: Vivid Violet. HEX triplet: 7E, 30 and 86. RGB value is (126,48,134). Sum of RGB (Red+Green+Blue) = 126+48+134=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3086 is #81CF79. Grayscale: #505050. Windows color (decimal): -8507258 or 8794238. OLE color: 8794238.
HSL color Cylindrical-coordinate representation of color #7E3086: hue angle of 294.42º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3086 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 48 | 134 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.47 |
| HSL | 294.42º | 0.47% | 0.36% | - |
| HSV(B) | 294.42º | 0.64% | 0.53% | - |
| XYZ | 13.96 | 8.27 | 23.41 | - |
| YUV | 81.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 134 | 0.06 | 0.64 | 0 | 0.47 | 294.42 | 0.47 | 0.36 |
| Hex | 7E | 30 | 86 | 6 | 40 | 0 | 2F | 126 | 2F | 24 |
| Octal | 176 | 60 | 206 | 6 | 100 | 0 | 57 | 446 | 57 | 44 |
| Binary | 1111110 | 110000 | 10000110 | 110 | 1000000 | 0 | 101111 | 100100110 | 101111 | 100100 |
Color Harmonies of #7E3086
Complementary color
Monochromatic Colors of #7E3086
Black with #7E3086
Text Example
Text Example
White with #7E3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3086; }
p { color: rgb(126,48,134); }
H1.HeaderClassName
{
color: #7E3086;
}
.AnyTagClassName
{
color: #7E3086;
}
</style>
background-color css
<style>
a { background-color: #7E3086; }
a { background-color: rgb(126,48,134); }
div.DivClassName
{
background-color: #7E3086;
}
.BgClassName
{
background-color: #7E3086;
}
</style>
border-color css
<style>
span { border-color: #7E3086; }
span { border-color: rgb(126,48,134); }
td.TdClassName
{
border-color: #7E3086;
}
.TagClassName
{
border-color: #7E3086;
}
</style>