Shades of Vivid Violet #7E3D85
Tints of Vivid Violet #7E3D85
RGB
CMYK
RGB Variations
Color information
#7E3D85 (or 0x7E3D85) is known color: Vivid Violet. HEX triplet: 7E, 3D and 85. RGB value is (126,61,133). Sum of RGB (Red+Green+Blue) = 126+61+133=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E3D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3D85 is #81C27A. Grayscale: #585858. Windows color (decimal): -8503931 or 8732030. OLE color: 8732030.
HSL color Cylindrical-coordinate representation of color #7E3D85: hue angle of 294.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3D85 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 61 | 133 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.48 |
| HSL | 294.17º | 0.37% | 0.38% | - |
| HSV(B) | 294.17º | 0.54% | 0.52% | - |
| XYZ | 14.51 | 9.47 | 23.25 | - |
| YUV | 88.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 133 | 0.05 | 0.54 | 0 | 0.48 | 294.17 | 0.37 | 0.38 |
| Hex | 7E | 3D | 85 | 5 | 36 | 0 | 30 | 126 | 25 | 26 |
| Octal | 176 | 75 | 205 | 5 | 66 | 0 | 60 | 446 | 45 | 46 |
| Binary | 1111110 | 111101 | 10000101 | 101 | 110110 | 0 | 110000 | 100100110 | 100101 | 100110 |
Color Harmonies of #7E3D85
Complementary color
Monochromatic Colors of #7E3D85
Black with #7E3D85
Text Example
Text Example
White with #7E3D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3D85; }
p { color: rgb(126,61,133); }
H1.HeaderClassName
{
color: #7E3D85;
}
.AnyTagClassName
{
color: #7E3D85;
}
</style>
background-color css
<style>
a { background-color: #7E3D85; }
a { background-color: rgb(126,61,133); }
div.DivClassName
{
background-color: #7E3D85;
}
.BgClassName
{
background-color: #7E3D85;
}
</style>
border-color css
<style>
span { border-color: #7E3D85; }
span { border-color: rgb(126,61,133); }
td.TdClassName
{
border-color: #7E3D85;
}
.TagClassName
{
border-color: #7E3D85;
}
</style>