Shades of Vivid Violet #7E369D
Tints of Vivid Violet #7E369D
RGB
CMYK
RGB Variations
Color information
#7E369D (or 0x7E369D) is known color: Vivid Violet. HEX triplet: 7E, 36 and 9D. RGB value is (126,54,157). Sum of RGB (Red+Green+Blue) = 126+54+157=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E369D is #81C962. Grayscale: #565656. Windows color (decimal): -8505699 or 10303102. OLE color: 10303102.
HSL color Cylindrical-coordinate representation of color #7E369D: hue angle of 281.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E369D is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 54 | 157 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.38 |
| HSL | 281.94º | 0.49% | 0.41% | - |
| HSV(B) | 281.94º | 0.66% | 0.62% | - |
| XYZ | 16.01 | 9.51 | 32.89 | - |
| YUV | 87.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 157 | 0.20 | 0.66 | 0 | 0.38 | 281.94 | 0.49 | 0.41 |
| Hex | 7E | 36 | 9D | 14 | 42 | 0 | 26 | 11A | 31 | 29 |
| Octal | 176 | 66 | 235 | 24 | 102 | 0 | 46 | 432 | 61 | 51 |
| Binary | 1111110 | 110110 | 10011101 | 10100 | 1000010 | 0 | 100110 | 100011010 | 110001 | 101001 |
Color Harmonies of #7E369D
Complementary color
Monochromatic Colors of #7E369D
Black with #7E369D
Text Example
Text Example
White with #7E369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E369D; }
p { color: rgb(126,54,157); }
H1.HeaderClassName
{
color: #7E369D;
}
.AnyTagClassName
{
color: #7E369D;
}
</style>
background-color css
<style>
a { background-color: #7E369D; }
a { background-color: rgb(126,54,157); }
div.DivClassName
{
background-color: #7E369D;
}
.BgClassName
{
background-color: #7E369D;
}
</style>
border-color css
<style>
span { border-color: #7E369D; }
span { border-color: rgb(126,54,157); }
td.TdClassName
{
border-color: #7E369D;
}
.TagClassName
{
border-color: #7E369D;
}
</style>