Shades of Vivid Violet #7E468B
Tints of Vivid Violet #7E468B
RGB
CMYK
RGB Variations
Color information
#7E468B (or 0x7E468B) is known color: Vivid Violet. HEX triplet: 7E, 46 and 8B. RGB value is (126,70,139). Sum of RGB (Red+Green+Blue) = 126+70+139=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E468B is #81B974. Grayscale: #5E5E5E. Windows color (decimal): -8501621 or 9127550. OLE color: 9127550.
HSL color Cylindrical-coordinate representation of color #7E468B: hue angle of 288.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E468B is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 70 | 139 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.45 |
| HSL | 288.7º | 0.33% | 0.41% | - |
| HSV(B) | 288.7º | 0.5% | 0.55% | - |
| XYZ | 15.45 | 10.68 | 25.67 | - |
| YUV | 94.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 139 | 0.09 | 0.50 | 0 | 0.45 | 288.7 | 0.33 | 0.41 |
| Hex | 7E | 46 | 8B | 9 | 32 | 0 | 2D | 121 | 21 | 29 |
| Octal | 176 | 106 | 213 | 11 | 62 | 0 | 55 | 441 | 41 | 51 |
| Binary | 1111110 | 1000110 | 10001011 | 1001 | 110010 | 0 | 101101 | 100100001 | 100001 | 101001 |
Color Harmonies of #7E468B
Complementary color
Monochromatic Colors of #7E468B
Black with #7E468B
Text Example
Text Example
White with #7E468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E468B; }
p { color: rgb(126,70,139); }
H1.HeaderClassName
{
color: #7E468B;
}
.AnyTagClassName
{
color: #7E468B;
}
</style>
background-color css
<style>
a { background-color: #7E468B; }
a { background-color: rgb(126,70,139); }
div.DivClassName
{
background-color: #7E468B;
}
.BgClassName
{
background-color: #7E468B;
}
</style>
border-color css
<style>
span { border-color: #7E468B; }
span { border-color: rgb(126,70,139); }
td.TdClassName
{
border-color: #7E468B;
}
.TagClassName
{
border-color: #7E468B;
}
</style>