Shades of Vivid Violet #7E4385
Tints of Vivid Violet #7E4385
RGB
CMYK
RGB Variations
Color information
#7E4385 (or 0x7E4385) is known color: Vivid Violet. HEX triplet: 7E, 43 and 85. RGB value is (126,67,133). Sum of RGB (Red+Green+Blue) = 126+67+133=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E4385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4385 is #81BC7A. Grayscale: #5B5B5B. Windows color (decimal): -8502395 or 8733566. OLE color: 8733566.
HSL color Cylindrical-coordinate representation of color #7E4385: hue angle of 293.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E4385 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 67 | 133 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.48 |
| HSL | 293.64º | 0.33% | 0.39% | - |
| HSV(B) | 293.64º | 0.5% | 0.52% | - |
| XYZ | 14.84 | 10.14 | 23.37 | - |
| YUV | 92.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 133 | 0.05 | 0.50 | 0 | 0.48 | 293.64 | 0.33 | 0.39 |
| Hex | 7E | 43 | 85 | 5 | 32 | 0 | 30 | 126 | 21 | 27 |
| Octal | 176 | 103 | 205 | 5 | 62 | 0 | 60 | 446 | 41 | 47 |
| Binary | 1111110 | 1000011 | 10000101 | 101 | 110010 | 0 | 110000 | 100100110 | 100001 | 100111 |
Color Harmonies of #7E4385
Complementary color
Monochromatic Colors of #7E4385
Black with #7E4385
Text Example
Text Example
White with #7E4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4385; }
p { color: rgb(126,67,133); }
H1.HeaderClassName
{
color: #7E4385;
}
.AnyTagClassName
{
color: #7E4385;
}
</style>
background-color css
<style>
a { background-color: #7E4385; }
a { background-color: rgb(126,67,133); }
div.DivClassName
{
background-color: #7E4385;
}
.BgClassName
{
background-color: #7E4385;
}
</style>
border-color css
<style>
span { border-color: #7E4385; }
span { border-color: rgb(126,67,133); }
td.TdClassName
{
border-color: #7E4385;
}
.TagClassName
{
border-color: #7E4385;
}
</style>