Shades of Vivid Violet #7E449B
Tints of Vivid Violet #7E449B
RGB
CMYK
RGB Variations
Color information
#7E449B (or 0x7E449B) is known color: Vivid Violet. HEX triplet: 7E, 44 and 9B. RGB value is (126,68,155). Sum of RGB (Red+Green+Blue) = 126+68+155=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E449B is #81BB64. Grayscale: #5E5E5E. Windows color (decimal): -8502117 or 10175614. OLE color: 10175614.
HSL color Cylindrical-coordinate representation of color #7E449B: hue angle of 280º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E449B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 68 | 155 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.39 |
| HSL | 280º | 0.39% | 0.44% | - |
| HSV(B) | 280º | 0.56% | 0.61% | - |
| XYZ | 16.59 | 10.94 | 32.25 | - |
| YUV | 95.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 155 | 0.19 | 0.56 | 0 | 0.39 | 280 | 0.39 | 0.44 |
| Hex | 7E | 44 | 9B | 13 | 38 | 0 | 27 | 118 | 27 | 2C |
| Octal | 176 | 104 | 233 | 23 | 70 | 0 | 47 | 430 | 47 | 54 |
| Binary | 1111110 | 1000100 | 10011011 | 10011 | 111000 | 0 | 100111 | 100011000 | 100111 | 101100 |
Color Harmonies of #7E449B
Complementary color
Monochromatic Colors of #7E449B
Black with #7E449B
Text Example
Text Example
White with #7E449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E449B; }
p { color: rgb(126,68,155); }
H1.HeaderClassName
{
color: #7E449B;
}
.AnyTagClassName
{
color: #7E449B;
}
</style>
background-color css
<style>
a { background-color: #7E449B; }
a { background-color: rgb(126,68,155); }
div.DivClassName
{
background-color: #7E449B;
}
.BgClassName
{
background-color: #7E449B;
}
</style>
border-color css
<style>
span { border-color: #7E449B; }
span { border-color: rgb(126,68,155); }
td.TdClassName
{
border-color: #7E449B;
}
.TagClassName
{
border-color: #7E449B;
}
</style>