Shades of Vivid Violet #7E458C
Tints of Vivid Violet #7E458C
RGB
CMYK
RGB Variations
Color information
#7E458C (or 0x7E458C) is known color: Vivid Violet. HEX triplet: 7E, 45 and 8C. RGB value is (126,69,140). Sum of RGB (Red+Green+Blue) = 126+69+140=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E458C is #81BA73. Grayscale: #5D5D5D. Windows color (decimal): -8501876 or 9192830. OLE color: 9192830.
HSL color Cylindrical-coordinate representation of color #7E458C: hue angle of 288.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E458C is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 69 | 140 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.45 |
| HSL | 288.17º | 0.34% | 0.41% | - |
| HSV(B) | 288.17º | 0.51% | 0.55% | - |
| XYZ | 15.47 | 10.59 | 26.04 | - |
| YUV | 94.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 140 | 0.10 | 0.51 | 0 | 0.45 | 288.17 | 0.34 | 0.41 |
| Hex | 7E | 45 | 8C | A | 33 | 0 | 2D | 120 | 22 | 29 |
| Octal | 176 | 105 | 214 | 12 | 63 | 0 | 55 | 440 | 42 | 51 |
| Binary | 1111110 | 1000101 | 10001100 | 1010 | 110011 | 0 | 101101 | 100100000 | 100010 | 101001 |
Color Harmonies of #7E458C
Complementary color
Monochromatic Colors of #7E458C
Black with #7E458C
Text Example
Text Example
White with #7E458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E458C; }
p { color: rgb(126,69,140); }
H1.HeaderClassName
{
color: #7E458C;
}
.AnyTagClassName
{
color: #7E458C;
}
</style>
background-color css
<style>
a { background-color: #7E458C; }
a { background-color: rgb(126,69,140); }
div.DivClassName
{
background-color: #7E458C;
}
.BgClassName
{
background-color: #7E458C;
}
</style>
border-color css
<style>
span { border-color: #7E458C; }
span { border-color: rgb(126,69,140); }
td.TdClassName
{
border-color: #7E458C;
}
.TagClassName
{
border-color: #7E458C;
}
</style>