Shades of Vivid Violet #7E33A7
Tints of Vivid Violet #7E33A7
RGB
CMYK
RGB Variations
Color information
#7E33A7 (or 0x7E33A7) is known color: Vivid Violet. HEX triplet: 7E, 33 and A7. RGB value is (126,51,167). Sum of RGB (Red+Green+Blue) = 126+51+167=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #7E33A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E33A7 is #81CC58. Grayscale: #565656. Windows color (decimal): -8506457 or 10957694. OLE color: 10957694.
HSL color Cylindrical-coordinate representation of color #7E33A7: hue angle of 278.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E33A7 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 51 | 167 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.35 |
| HSL | 278.79º | 0.53% | 0.43% | - |
| HSV(B) | 278.79º | 0.69% | 0.65% | - |
| XYZ | 16.76 | 9.59 | 37.53 | - |
| YUV | 86.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 167 | 0.25 | 0.69 | 0 | 0.35 | 278.79 | 0.53 | 0.43 |
| Hex | 7E | 33 | A7 | 19 | 45 | 0 | 23 | 117 | 35 | 2B |
| Octal | 176 | 63 | 247 | 31 | 105 | 0 | 43 | 427 | 65 | 53 |
| Binary | 1111110 | 110011 | 10100111 | 11001 | 1000101 | 0 | 100011 | 100010111 | 110101 | 101011 |
Color Harmonies of #7E33A7
Complementary color
Monochromatic Colors of #7E33A7
Black with #7E33A7
Text Example
Text Example
White with #7E33A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E33A7; }
p { color: rgb(126,51,167); }
H1.HeaderClassName
{
color: #7E33A7;
}
.AnyTagClassName
{
color: #7E33A7;
}
</style>
background-color css
<style>
a { background-color: #7E33A7; }
a { background-color: rgb(126,51,167); }
div.DivClassName
{
background-color: #7E33A7;
}
.BgClassName
{
background-color: #7E33A7;
}
</style>
border-color css
<style>
span { border-color: #7E33A7; }
span { border-color: rgb(126,51,167); }
td.TdClassName
{
border-color: #7E33A7;
}
.TagClassName
{
border-color: #7E33A7;
}
</style>