Shades of Vivid Violet #7E409B
Tints of Vivid Violet #7E409B
RGB
CMYK
RGB Variations
Color information
#7E409B (or 0x7E409B) is known color: Vivid Violet. HEX triplet: 7E, 40 and 9B. RGB value is (126,64,155). Sum of RGB (Red+Green+Blue) = 126+64+155=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E409B is #81BF64. Grayscale: #5C5C5C. Windows color (decimal): -8503141 or 10174590. OLE color: 10174590.
HSL color Cylindrical-coordinate representation of color #7E409B: hue angle of 280.88º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E409B is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 64 | 155 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.39 |
| HSL | 280.88º | 0.42% | 0.43% | - |
| HSV(B) | 280.88º | 0.59% | 0.61% | - |
| XYZ | 16.35 | 10.47 | 32.17 | - |
| YUV | 92.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 155 | 0.19 | 0.59 | 0 | 0.39 | 280.88 | 0.42 | 0.43 |
| Hex | 7E | 40 | 9B | 13 | 3B | 0 | 27 | 119 | 2A | 2B |
| Octal | 176 | 100 | 233 | 23 | 73 | 0 | 47 | 431 | 52 | 53 |
| Binary | 1111110 | 1000000 | 10011011 | 10011 | 111011 | 0 | 100111 | 100011001 | 101010 | 101011 |
Color Harmonies of #7E409B
Complementary color
Monochromatic Colors of #7E409B
Black with #7E409B
Text Example
Text Example
White with #7E409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E409B; }
p { color: rgb(126,64,155); }
H1.HeaderClassName
{
color: #7E409B;
}
.AnyTagClassName
{
color: #7E409B;
}
</style>
background-color css
<style>
a { background-color: #7E409B; }
a { background-color: rgb(126,64,155); }
div.DivClassName
{
background-color: #7E409B;
}
.BgClassName
{
background-color: #7E409B;
}
</style>
border-color css
<style>
span { border-color: #7E409B; }
span { border-color: rgb(126,64,155); }
td.TdClassName
{
border-color: #7E409B;
}
.TagClassName
{
border-color: #7E409B;
}
</style>