Shades of Vivid Violet #7E2D90
Tints of Vivid Violet #7E2D90
RGB
CMYK
RGB Variations
Color information
#7E2D90 (or 0x7E2D90) is known color: Vivid Violet. HEX triplet: 7E, 2D and 90. RGB value is (126,45,144). Sum of RGB (Red+Green+Blue) = 126+45+144=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2D90 is #81D26F. Grayscale: #505050. Windows color (decimal): -8508016 or 9448830. OLE color: 9448830.
HSL color Cylindrical-coordinate representation of color #7E2D90: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E2D90 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 45 | 144 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.44 |
| HSL | 289.09º | 0.52% | 0.37% | - |
| HSV(B) | 289.09º | 0.69% | 0.56% | - |
| XYZ | 14.58 | 8.33 | 27.22 | - |
| YUV | 80.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 144 | 0.12 | 0.69 | 0 | 0.44 | 289.09 | 0.52 | 0.37 |
| Hex | 7E | 2D | 90 | C | 45 | 0 | 2C | 121 | 34 | 25 |
| Octal | 176 | 55 | 220 | 14 | 105 | 0 | 54 | 441 | 64 | 45 |
| Binary | 1111110 | 101101 | 10010000 | 1100 | 1000101 | 0 | 101100 | 100100001 | 110100 | 100101 |
Color Harmonies of #7E2D90
Complementary color
Monochromatic Colors of #7E2D90
Black with #7E2D90
Text Example
Text Example
White with #7E2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2D90; }
p { color: rgb(126,45,144); }
H1.HeaderClassName
{
color: #7E2D90;
}
.AnyTagClassName
{
color: #7E2D90;
}
</style>
background-color css
<style>
a { background-color: #7E2D90; }
a { background-color: rgb(126,45,144); }
div.DivClassName
{
background-color: #7E2D90;
}
.BgClassName
{
background-color: #7E2D90;
}
</style>
border-color css
<style>
span { border-color: #7E2D90; }
span { border-color: rgb(126,45,144); }
td.TdClassName
{
border-color: #7E2D90;
}
.TagClassName
{
border-color: #7E2D90;
}
</style>