Shades of Vivid Violet #7E368B
Tints of Vivid Violet #7E368B
RGB
CMYK
RGB Variations
Color information
#7E368B (or 0x7E368B) is known color: Vivid Violet. HEX triplet: 7E, 36 and 8B. RGB value is (126,54,139). Sum of RGB (Red+Green+Blue) = 126+54+139=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E368B is #81C974. Grayscale: #545454. Windows color (decimal): -8505717 or 9123454. OLE color: 9123454.
HSL color Cylindrical-coordinate representation of color #7E368B: hue angle of 290.82º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E368B is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 54 | 139 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.45 |
| HSL | 290.82º | 0.44% | 0.38% | - |
| HSV(B) | 290.82º | 0.61% | 0.55% | - |
| XYZ | 14.58 | 8.94 | 25.38 | - |
| YUV | 85.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 139 | 0.09 | 0.61 | 0 | 0.45 | 290.82 | 0.44 | 0.38 |
| Hex | 7E | 36 | 8B | 9 | 3D | 0 | 2D | 123 | 2C | 26 |
| Octal | 176 | 66 | 213 | 11 | 75 | 0 | 55 | 443 | 54 | 46 |
| Binary | 1111110 | 110110 | 10001011 | 1001 | 111101 | 0 | 101101 | 100100011 | 101100 | 100110 |
Color Harmonies of #7E368B
Complementary color
Monochromatic Colors of #7E368B
Black with #7E368B
Text Example
Text Example
White with #7E368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E368B; }
p { color: rgb(126,54,139); }
H1.HeaderClassName
{
color: #7E368B;
}
.AnyTagClassName
{
color: #7E368B;
}
</style>
background-color css
<style>
a { background-color: #7E368B; }
a { background-color: rgb(126,54,139); }
div.DivClassName
{
background-color: #7E368B;
}
.BgClassName
{
background-color: #7E368B;
}
</style>
border-color css
<style>
span { border-color: #7E368B; }
span { border-color: rgb(126,54,139); }
td.TdClassName
{
border-color: #7E368B;
}
.TagClassName
{
border-color: #7E368B;
}
</style>