Shades of Vivid Violet #7E208A
Tints of Vivid Violet #7E208A
RGB
CMYK
RGB Variations
Color information
#7E208A (or 0x7E208A) is known color: Vivid Violet. HEX triplet: 7E, 20 and 8A. RGB value is (126,32,138). Sum of RGB (Red+Green+Blue) = 126+32+138=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E208A is #81DF75. Grayscale: #474747. Windows color (decimal): -8511350 or 9052286. OLE color: 9052286.
HSL color Cylindrical-coordinate representation of color #7E208A: hue angle of 293.21º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E208A is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 32 | 138 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.46 |
| HSL | 293.21º | 0.62% | 0.33% | - |
| HSV(B) | 293.21º | 0.77% | 0.54% | - |
| XYZ | 13.71 | 7.3 | 24.73 | - |
| YUV | 72.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 138 | 0.09 | 0.77 | 0 | 0.46 | 293.21 | 0.62 | 0.33 |
| Hex | 7E | 20 | 8A | 9 | 4D | 0 | 2E | 125 | 3E | 21 |
| Octal | 176 | 40 | 212 | 11 | 115 | 0 | 56 | 445 | 76 | 41 |
| Binary | 1111110 | 100000 | 10001010 | 1001 | 1001101 | 0 | 101110 | 100100101 | 111110 | 100001 |
Color Harmonies of #7E208A
Complementary color
Monochromatic Colors of #7E208A
Black with #7E208A
Text Example
Text Example
White with #7E208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E208A; }
p { color: rgb(126,32,138); }
H1.HeaderClassName
{
color: #7E208A;
}
.AnyTagClassName
{
color: #7E208A;
}
</style>
background-color css
<style>
a { background-color: #7E208A; }
a { background-color: rgb(126,32,138); }
div.DivClassName
{
background-color: #7E208A;
}
.BgClassName
{
background-color: #7E208A;
}
</style>
border-color css
<style>
span { border-color: #7E208A; }
span { border-color: rgb(126,32,138); }
td.TdClassName
{
border-color: #7E208A;
}
.TagClassName
{
border-color: #7E208A;
}
</style>