Shades of Vivid Violet #7E219B
Tints of Vivid Violet #7E219B
RGB
CMYK
RGB Variations
Color information
#7E219B (or 0x7E219B) is known color: Vivid Violet. HEX triplet: 7E, 21 and 9B. RGB value is (126,33,155). Sum of RGB (Red+Green+Blue) = 126+33+155=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E219B is #81DE64. Grayscale: #4A4A4A. Windows color (decimal): -8511077 or 10166654. OLE color: 10166654.
HSL color Cylindrical-coordinate representation of color #7E219B: hue angle of 285.74º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E219B is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 33 | 155 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.39 |
| HSL | 285.74º | 0.65% | 0.37% | - |
| HSV(B) | 285.74º | 0.79% | 0.61% | - |
| XYZ | 15.06 | 7.89 | 31.74 | - |
| YUV | 74.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 33 | 155 | 0.19 | 0.79 | 0 | 0.39 | 285.74 | 0.65 | 0.37 |
| Hex | 7E | 21 | 9B | 13 | 4F | 0 | 27 | 11E | 41 | 25 |
| Octal | 176 | 41 | 233 | 23 | 117 | 0 | 47 | 436 | 101 | 45 |
| Binary | 1111110 | 100001 | 10011011 | 10011 | 1001111 | 0 | 100111 | 100011110 | 1000001 | 100101 |
Color Harmonies of #7E219B
Complementary color
Monochromatic Colors of #7E219B
Black with #7E219B
Text Example
Text Example
White with #7E219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E219B; }
p { color: rgb(126,33,155); }
H1.HeaderClassName
{
color: #7E219B;
}
.AnyTagClassName
{
color: #7E219B;
}
</style>
background-color css
<style>
a { background-color: #7E219B; }
a { background-color: rgb(126,33,155); }
div.DivClassName
{
background-color: #7E219B;
}
.BgClassName
{
background-color: #7E219B;
}
</style>
border-color css
<style>
span { border-color: #7E219B; }
span { border-color: rgb(126,33,155); }
td.TdClassName
{
border-color: #7E219B;
}
.TagClassName
{
border-color: #7E219B;
}
</style>