Shades of Vivid Violet #7E189B
Tints of Vivid Violet #7E189B
RGB
CMYK
RGB Variations
Color information
#7E189B (or 0x7E189B) is known color: Vivid Violet. HEX triplet: 7E, 18 and 9B. RGB value is (126,24,155). Sum of RGB (Red+Green+Blue) = 126+24+155=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E189B is #81E764. Grayscale: #454545. Windows color (decimal): -8513381 or 10164350. OLE color: 10164350.
HSL color Cylindrical-coordinate representation of color #7E189B: hue angle of 286.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E189B is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 24 | 155 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.39 |
| HSL | 286.72º | 0.73% | 0.35% | - |
| HSV(B) | 286.72º | 0.85% | 0.61% | - |
| XYZ | 14.85 | 7.46 | 31.67 | - |
| YUV | 69.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 155 | 0.19 | 0.85 | 0 | 0.39 | 286.72 | 0.73 | 0.35 |
| Hex | 7E | 18 | 9B | 13 | 55 | 0 | 27 | 11F | 49 | 23 |
| Octal | 176 | 30 | 233 | 23 | 125 | 0 | 47 | 437 | 111 | 43 |
| Binary | 1111110 | 11000 | 10011011 | 10011 | 1010101 | 0 | 100111 | 100011111 | 1001001 | 100011 |
Color Harmonies of #7E189B
Complementary color
Monochromatic Colors of #7E189B
Black with #7E189B
Text Example
Text Example
White with #7E189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E189B; }
p { color: rgb(126,24,155); }
H1.HeaderClassName
{
color: #7E189B;
}
.AnyTagClassName
{
color: #7E189B;
}
</style>
background-color css
<style>
a { background-color: #7E189B; }
a { background-color: rgb(126,24,155); }
div.DivClassName
{
background-color: #7E189B;
}
.BgClassName
{
background-color: #7E189B;
}
</style>
border-color css
<style>
span { border-color: #7E189B; }
span { border-color: rgb(126,24,155); }
td.TdClassName
{
border-color: #7E189B;
}
.TagClassName
{
border-color: #7E189B;
}
</style>