Shades of Vivid Violet #7E2D9B
Tints of Vivid Violet #7E2D9B
RGB
CMYK
RGB Variations
Color information
#7E2D9B (or 0x7E2D9B) is known color: Vivid Violet. HEX triplet: 7E, 2D and 9B. RGB value is (126,45,155). Sum of RGB (Red+Green+Blue) = 126+45+155=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E2D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2D9B is #81D264. Grayscale: #515151. Windows color (decimal): -8508005 or 10169726. OLE color: 10169726.
HSL color Cylindrical-coordinate representation of color #7E2D9B: hue angle of 284.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2D9B is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 45 | 155 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.39 |
| HSL | 284.18º | 0.55% | 0.39% | - |
| HSV(B) | 284.18º | 0.71% | 0.61% | - |
| XYZ | 15.46 | 8.68 | 31.87 | - |
| YUV | 81.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 155 | 0.19 | 0.71 | 0 | 0.39 | 284.18 | 0.55 | 0.39 |
| Hex | 7E | 2D | 9B | 13 | 47 | 0 | 27 | 11C | 37 | 27 |
| Octal | 176 | 55 | 233 | 23 | 107 | 0 | 47 | 434 | 67 | 47 |
| Binary | 1111110 | 101101 | 10011011 | 10011 | 1000111 | 0 | 100111 | 100011100 | 110111 | 100111 |
Color Harmonies of #7E2D9B
Complementary color
Monochromatic Colors of #7E2D9B
Black with #7E2D9B
Text Example
Text Example
White with #7E2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2D9B; }
p { color: rgb(126,45,155); }
H1.HeaderClassName
{
color: #7E2D9B;
}
.AnyTagClassName
{
color: #7E2D9B;
}
</style>
background-color css
<style>
a { background-color: #7E2D9B; }
a { background-color: rgb(126,45,155); }
div.DivClassName
{
background-color: #7E2D9B;
}
.BgClassName
{
background-color: #7E2D9B;
}
</style>
border-color css
<style>
span { border-color: #7E2D9B; }
span { border-color: rgb(126,45,155); }
td.TdClassName
{
border-color: #7E2D9B;
}
.TagClassName
{
border-color: #7E2D9B;
}
</style>