Shades of Vivid Violet #7E458E
Tints of Vivid Violet #7E458E
RGB
CMYK
RGB Variations
Color information
#7E458E (or 0x7E458E) is known color: Vivid Violet. HEX triplet: 7E, 45 and 8E. RGB value is (126,69,142). Sum of RGB (Red+Green+Blue) = 126+69+142=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E458E is #81BA71. Grayscale: #5E5E5E. Windows color (decimal): -8501874 or 9323902. OLE color: 9323902.
HSL color Cylindrical-coordinate representation of color #7E458E: hue angle of 286.85º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E458E is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 69 | 142 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.44 |
| HSL | 286.85º | 0.35% | 0.41% | - |
| HSV(B) | 286.85º | 0.51% | 0.56% | - |
| XYZ | 15.61 | 10.64 | 26.82 | - |
| YUV | 94.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 142 | 0.11 | 0.51 | 0 | 0.44 | 286.85 | 0.35 | 0.41 |
| Hex | 7E | 45 | 8E | B | 33 | 0 | 2C | 11F | 23 | 29 |
| Octal | 176 | 105 | 216 | 13 | 63 | 0 | 54 | 437 | 43 | 51 |
| Binary | 1111110 | 1000101 | 10001110 | 1011 | 110011 | 0 | 101100 | 100011111 | 100011 | 101001 |
Color Harmonies of #7E458E
Complementary color
Monochromatic Colors of #7E458E
Black with #7E458E
Text Example
Text Example
White with #7E458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E458E; }
p { color: rgb(126,69,142); }
H1.HeaderClassName
{
color: #7E458E;
}
.AnyTagClassName
{
color: #7E458E;
}
</style>
background-color css
<style>
a { background-color: #7E458E; }
a { background-color: rgb(126,69,142); }
div.DivClassName
{
background-color: #7E458E;
}
.BgClassName
{
background-color: #7E458E;
}
</style>
border-color css
<style>
span { border-color: #7E458E; }
span { border-color: rgb(126,69,142); }
td.TdClassName
{
border-color: #7E458E;
}
.TagClassName
{
border-color: #7E458E;
}
</style>