Shades of Vivid Violet #7E3298
Tints of Vivid Violet #7E3298
RGB
CMYK
RGB Variations
Color information
#7E3298 (or 0x7E3298) is known color: Vivid Violet. HEX triplet: 7E, 32 and 98. RGB value is (126,50,152). Sum of RGB (Red+Green+Blue) = 126+50+152=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E3298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3298 is #81CD67. Grayscale: #545454. Windows color (decimal): -8506728 or 9974398. OLE color: 9974398.
HSL color Cylindrical-coordinate representation of color #7E3298: hue angle of 284.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3298 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 50 | 152 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.40 |
| HSL | 284.71º | 0.5% | 0.4% | - |
| HSV(B) | 284.71º | 0.67% | 0.6% | - |
| XYZ | 15.41 | 8.98 | 30.63 | - |
| YUV | 84.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 152 | 0.17 | 0.67 | 0 | 0.40 | 284.71 | 0.5 | 0.4 |
| Hex | 7E | 32 | 98 | 11 | 43 | 0 | 28 | 11D | 32 | 28 |
| Octal | 176 | 62 | 230 | 21 | 103 | 0 | 50 | 435 | 62 | 50 |
| Binary | 1111110 | 110010 | 10011000 | 10001 | 1000011 | 0 | 101000 | 100011101 | 110010 | 101000 |
Color Harmonies of #7E3298
Complementary color
Monochromatic Colors of #7E3298
Black with #7E3298
Text Example
Text Example
White with #7E3298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3298; }
p { color: rgb(126,50,152); }
H1.HeaderClassName
{
color: #7E3298;
}
.AnyTagClassName
{
color: #7E3298;
}
</style>
background-color css
<style>
a { background-color: #7E3298; }
a { background-color: rgb(126,50,152); }
div.DivClassName
{
background-color: #7E3298;
}
.BgClassName
{
background-color: #7E3298;
}
</style>
border-color css
<style>
span { border-color: #7E3298; }
span { border-color: rgb(126,50,152); }
td.TdClassName
{
border-color: #7E3298;
}
.TagClassName
{
border-color: #7E3298;
}
</style>