Shades of Vivid Violet #7E30A4
Tints of Vivid Violet #7E30A4
RGB
CMYK
RGB Variations
Color information
#7E30A4 (or 0x7E30A4) is known color: Vivid Violet. HEX triplet: 7E, 30 and A4. RGB value is (126,48,164). Sum of RGB (Red+Green+Blue) = 126+48+164=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E30A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E30A4 is #81CF5B. Grayscale: #545454. Windows color (decimal): -8507228 or 10760318. OLE color: 10760318.
HSL color Cylindrical-coordinate representation of color #7E30A4: hue angle of 280.34º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E30A4 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 48 | 164 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.36 |
| HSL | 280.34º | 0.55% | 0.42% | - |
| HSV(B) | 280.34º | 0.71% | 0.64% | - |
| XYZ | 16.36 | 9.23 | 36.04 | - |
| YUV | 84.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 164 | 0.23 | 0.71 | 0 | 0.36 | 280.34 | 0.55 | 0.42 |
| Hex | 7E | 30 | A4 | 17 | 47 | 0 | 24 | 118 | 37 | 2A |
| Octal | 176 | 60 | 244 | 27 | 107 | 0 | 44 | 430 | 67 | 52 |
| Binary | 1111110 | 110000 | 10100100 | 10111 | 1000111 | 0 | 100100 | 100011000 | 110111 | 101010 |
Color Harmonies of #7E30A4
Complementary color
Monochromatic Colors of #7E30A4
Black with #7E30A4
Text Example
Text Example
White with #7E30A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E30A4; }
p { color: rgb(126,48,164); }
H1.HeaderClassName
{
color: #7E30A4;
}
.AnyTagClassName
{
color: #7E30A4;
}
</style>
background-color css
<style>
a { background-color: #7E30A4; }
a { background-color: rgb(126,48,164); }
div.DivClassName
{
background-color: #7E30A4;
}
.BgClassName
{
background-color: #7E30A4;
}
</style>
border-color css
<style>
span { border-color: #7E30A4; }
span { border-color: rgb(126,48,164); }
td.TdClassName
{
border-color: #7E30A4;
}
.TagClassName
{
border-color: #7E30A4;
}
</style>