Shades of Vivid Violet #7E448B
Tints of Vivid Violet #7E448B
RGB
CMYK
RGB Variations
Color information
#7E448B (or 0x7E448B) is known color: Vivid Violet. HEX triplet: 7E, 44 and 8B. RGB value is (126,68,139). Sum of RGB (Red+Green+Blue) = 126+68+139=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E448B is #81BB74. Grayscale: #5D5D5D. Windows color (decimal): -8502133 or 9127038. OLE color: 9127038.
HSL color Cylindrical-coordinate representation of color #7E448B: hue angle of 289.01º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E448B is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 68 | 139 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.45 |
| HSL | 289.01º | 0.34% | 0.41% | - |
| HSV(B) | 289.01º | 0.51% | 0.55% | - |
| XYZ | 15.33 | 10.43 | 25.63 | - |
| YUV | 93.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 139 | 0.09 | 0.51 | 0 | 0.45 | 289.01 | 0.34 | 0.41 |
| Hex | 7E | 44 | 8B | 9 | 33 | 0 | 2D | 121 | 22 | 29 |
| Octal | 176 | 104 | 213 | 11 | 63 | 0 | 55 | 441 | 42 | 51 |
| Binary | 1111110 | 1000100 | 10001011 | 1001 | 110011 | 0 | 101101 | 100100001 | 100010 | 101001 |
Color Harmonies of #7E448B
Complementary color
Monochromatic Colors of #7E448B
Black with #7E448B
Text Example
Text Example
White with #7E448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E448B; }
p { color: rgb(126,68,139); }
H1.HeaderClassName
{
color: #7E448B;
}
.AnyTagClassName
{
color: #7E448B;
}
</style>
background-color css
<style>
a { background-color: #7E448B; }
a { background-color: rgb(126,68,139); }
div.DivClassName
{
background-color: #7E448B;
}
.BgClassName
{
background-color: #7E448B;
}
</style>
border-color css
<style>
span { border-color: #7E448B; }
span { border-color: rgb(126,68,139); }
td.TdClassName
{
border-color: #7E448B;
}
.TagClassName
{
border-color: #7E448B;
}
</style>