Shades of Vivid Violet #7E3380
Tints of Vivid Violet #7E3380
RGB
CMYK
RGB Variations
Color information
#7E3380 (or 0x7E3380) is known color: Vivid Violet. HEX triplet: 7E, 33 and 80. RGB value is (126,51,128). Sum of RGB (Red+Green+Blue) = 126+51+128=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #7E3380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3380 is #81CC7F. Grayscale: #515151. Windows color (decimal): -8506496 or 8401790. OLE color: 8401790.
HSL color Cylindrical-coordinate representation of color #7E3380: hue angle of 298.44º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3380 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 51 | 128 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.50 |
| HSL | 298.44º | 0.43% | 0.35% | - |
| HSV(B) | 298.44º | 0.6% | 0.5% | - |
| XYZ | 13.68 | 8.36 | 21.31 | - |
| YUV | 82.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 128 | 0.02 | 0.60 | 0 | 0.50 | 298.44 | 0.43 | 0.35 |
| Hex | 7E | 33 | 80 | 2 | 3C | 0 | 32 | 12A | 2B | 23 |
| Octal | 176 | 63 | 200 | 2 | 74 | 0 | 62 | 452 | 53 | 43 |
| Binary | 1111110 | 110011 | 10000000 | 10 | 111100 | 0 | 110010 | 100101010 | 101011 | 100011 |
Color Harmonies of #7E3380
Complementary color
Monochromatic Colors of #7E3380
Black with #7E3380
Text Example
Text Example
White with #7E3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3380; }
p { color: rgb(126,51,128); }
H1.HeaderClassName
{
color: #7E3380;
}
.AnyTagClassName
{
color: #7E3380;
}
</style>
background-color css
<style>
a { background-color: #7E3380; }
a { background-color: rgb(126,51,128); }
div.DivClassName
{
background-color: #7E3380;
}
.BgClassName
{
background-color: #7E3380;
}
</style>
border-color css
<style>
span { border-color: #7E3380; }
span { border-color: rgb(126,51,128); }
td.TdClassName
{
border-color: #7E3380;
}
.TagClassName
{
border-color: #7E3380;
}
</style>