Shades of Vivid Violet #7E369A
Tints of Vivid Violet #7E369A
RGB
CMYK
RGB Variations
Color information
#7E369A (or 0x7E369A) is known color: Vivid Violet. HEX triplet: 7E, 36 and 9A. RGB value is (126,54,154). Sum of RGB (Red+Green+Blue) = 126+54+154=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E369A is #81C965. Grayscale: #565656. Windows color (decimal): -8505702 or 10106494. OLE color: 10106494.
HSL color Cylindrical-coordinate representation of color #7E369A: hue angle of 283.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E369A is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 54 | 154 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.40 |
| HSL | 283.2º | 0.48% | 0.41% | - |
| HSV(B) | 283.2º | 0.65% | 0.6% | - |
| XYZ | 15.76 | 9.41 | 31.56 | - |
| YUV | 86.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 154 | 0.18 | 0.65 | 0 | 0.40 | 283.2 | 0.48 | 0.41 |
| Hex | 7E | 36 | 9A | 12 | 41 | 0 | 28 | 11B | 30 | 29 |
| Octal | 176 | 66 | 232 | 22 | 101 | 0 | 50 | 433 | 60 | 51 |
| Binary | 1111110 | 110110 | 10011010 | 10010 | 1000001 | 0 | 101000 | 100011011 | 110000 | 101001 |
Color Harmonies of #7E369A
Complementary color
Monochromatic Colors of #7E369A
Black with #7E369A
Text Example
Text Example
White with #7E369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E369A; }
p { color: rgb(126,54,154); }
H1.HeaderClassName
{
color: #7E369A;
}
.AnyTagClassName
{
color: #7E369A;
}
</style>
background-color css
<style>
a { background-color: #7E369A; }
a { background-color: rgb(126,54,154); }
div.DivClassName
{
background-color: #7E369A;
}
.BgClassName
{
background-color: #7E369A;
}
</style>
border-color css
<style>
span { border-color: #7E369A; }
span { border-color: rgb(126,54,154); }
td.TdClassName
{
border-color: #7E369A;
}
.TagClassName
{
border-color: #7E369A;
}
</style>