Shades of Vivid Violet #7E3896
Tints of Vivid Violet #7E3896
RGB
CMYK
RGB Variations
Color information
#7E3896 (or 0x7E3896) is known color: Vivid Violet. HEX triplet: 7E, 38 and 96. RGB value is (126,56,150). Sum of RGB (Red+Green+Blue) = 126+56+150=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E3896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3896 is #81C769. Grayscale: #575757. Windows color (decimal): -8505194 or 9844862. OLE color: 9844862.
HSL color Cylindrical-coordinate representation of color #7E3896: hue angle of 284.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E3896 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 56 | 150 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.41 |
| HSL | 284.68º | 0.46% | 0.4% | - |
| HSV(B) | 284.68º | 0.63% | 0.59% | - |
| XYZ | 15.52 | 9.47 | 29.86 | - |
| YUV | 87.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 150 | 0.16 | 0.63 | 0 | 0.41 | 284.68 | 0.46 | 0.4 |
| Hex | 7E | 38 | 96 | 10 | 3F | 0 | 29 | 11D | 2E | 28 |
| Octal | 176 | 70 | 226 | 20 | 77 | 0 | 51 | 435 | 56 | 50 |
| Binary | 1111110 | 111000 | 10010110 | 10000 | 111111 | 0 | 101001 | 100011101 | 101110 | 101000 |
Color Harmonies of #7E3896
Complementary color
Monochromatic Colors of #7E3896
Black with #7E3896
Text Example
Text Example
White with #7E3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3896; }
p { color: rgb(126,56,150); }
H1.HeaderClassName
{
color: #7E3896;
}
.AnyTagClassName
{
color: #7E3896;
}
</style>
background-color css
<style>
a { background-color: #7E3896; }
a { background-color: rgb(126,56,150); }
div.DivClassName
{
background-color: #7E3896;
}
.BgClassName
{
background-color: #7E3896;
}
</style>
border-color css
<style>
span { border-color: #7E3896; }
span { border-color: rgb(126,56,150); }
td.TdClassName
{
border-color: #7E3896;
}
.TagClassName
{
border-color: #7E3896;
}
</style>