Shades of Vivid Violet #7E258E
Tints of Vivid Violet #7E258E
RGB
CMYK
RGB Variations
Color information
#7E258E (or 0x7E258E) is known color: Vivid Violet. HEX triplet: 7E, 25 and 8E. RGB value is (126,37,142). Sum of RGB (Red+Green+Blue) = 126+37+142=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E258E is #81DA71. Grayscale: #4B4B4B. Windows color (decimal): -8510066 or 9315710. OLE color: 9315710.
HSL color Cylindrical-coordinate representation of color #7E258E: hue angle of 290.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E258E is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 37 | 142 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.44 |
| HSL | 290.86º | 0.59% | 0.35% | - |
| HSV(B) | 290.86º | 0.74% | 0.56% | - |
| XYZ | 14.15 | 7.71 | 26.33 | - |
| YUV | 75.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 142 | 0.11 | 0.74 | 0 | 0.44 | 290.86 | 0.59 | 0.35 |
| Hex | 7E | 25 | 8E | B | 4A | 0 | 2C | 123 | 3B | 23 |
| Octal | 176 | 45 | 216 | 13 | 112 | 0 | 54 | 443 | 73 | 43 |
| Binary | 1111110 | 100101 | 10001110 | 1011 | 1001010 | 0 | 101100 | 100100011 | 111011 | 100011 |
Color Harmonies of #7E258E
Complementary color
Monochromatic Colors of #7E258E
Black with #7E258E
Text Example
Text Example
White with #7E258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E258E; }
p { color: rgb(126,37,142); }
H1.HeaderClassName
{
color: #7E258E;
}
.AnyTagClassName
{
color: #7E258E;
}
</style>
background-color css
<style>
a { background-color: #7E258E; }
a { background-color: rgb(126,37,142); }
div.DivClassName
{
background-color: #7E258E;
}
.BgClassName
{
background-color: #7E258E;
}
</style>
border-color css
<style>
span { border-color: #7E258E; }
span { border-color: rgb(126,37,142); }
td.TdClassName
{
border-color: #7E258E;
}
.TagClassName
{
border-color: #7E258E;
}
</style>