Shades of Vivid Violet #7E1B9D
Tints of Vivid Violet #7E1B9D
RGB
CMYK
RGB Variations
Color information
#7E1B9D (or 0x7E1B9D) is known color: Vivid Violet. HEX triplet: 7E, 1B and 9D. RGB value is (126,27,157). Sum of RGB (Red+Green+Blue) = 126+27+157=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E1B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1B9D is #81E462. Grayscale: #474747. Windows color (decimal): -8512611 or 10296190. OLE color: 10296190.
HSL color Cylindrical-coordinate representation of color #7E1B9D: hue angle of 285.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1B9D is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 27 | 157 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.38 |
| HSL | 285.69º | 0.71% | 0.36% | - |
| HSV(B) | 285.69º | 0.83% | 0.62% | - |
| XYZ | 15.08 | 7.65 | 32.58 | - |
| YUV | 71.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 157 | 0.20 | 0.83 | 0 | 0.38 | 285.69 | 0.71 | 0.36 |
| Hex | 7E | 1B | 9D | 14 | 53 | 0 | 26 | 11E | 47 | 24 |
| Octal | 176 | 33 | 235 | 24 | 123 | 0 | 46 | 436 | 107 | 44 |
| Binary | 1111110 | 11011 | 10011101 | 10100 | 1010011 | 0 | 100110 | 100011110 | 1000111 | 100100 |
Color Harmonies of #7E1B9D
Complementary color
Monochromatic Colors of #7E1B9D
Black with #7E1B9D
Text Example
Text Example
White with #7E1B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1B9D; }
p { color: rgb(126,27,157); }
H1.HeaderClassName
{
color: #7E1B9D;
}
.AnyTagClassName
{
color: #7E1B9D;
}
</style>
background-color css
<style>
a { background-color: #7E1B9D; }
a { background-color: rgb(126,27,157); }
div.DivClassName
{
background-color: #7E1B9D;
}
.BgClassName
{
background-color: #7E1B9D;
}
</style>
border-color css
<style>
span { border-color: #7E1B9D; }
span { border-color: rgb(126,27,157); }
td.TdClassName
{
border-color: #7E1B9D;
}
.TagClassName
{
border-color: #7E1B9D;
}
</style>