Shades of Vivid Violet #7E35A3
Tints of Vivid Violet #7E35A3
RGB
CMYK
RGB Variations
Color information
#7E35A3 (or 0x7E35A3) is known color: Vivid Violet. HEX triplet: 7E, 35 and A3. RGB value is (126,53,163). Sum of RGB (Red+Green+Blue) = 126+53+163=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 163 - color contains mainly: blue. Hex color #7E35A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E35A3 is #81CA5C. Grayscale: #575757. Windows color (decimal): -8505949 or 10696062. OLE color: 10696062.
HSL color Cylindrical-coordinate representation of color #7E35A3: hue angle of 279.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E35A3 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 53 | 163 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.36 |
| HSL | 279.82º | 0.51% | 0.42% | - |
| HSV(B) | 279.82º | 0.67% | 0.64% | - |
| XYZ | 16.49 | 9.63 | 35.64 | - |
| YUV | 87.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 163 | 0.23 | 0.67 | 0 | 0.36 | 279.82 | 0.51 | 0.42 |
| Hex | 7E | 35 | A3 | 17 | 43 | 0 | 24 | 118 | 33 | 2A |
| Octal | 176 | 65 | 243 | 27 | 103 | 0 | 44 | 430 | 63 | 52 |
| Binary | 1111110 | 110101 | 10100011 | 10111 | 1000011 | 0 | 100100 | 100011000 | 110011 | 101010 |
Color Harmonies of #7E35A3
Complementary color
Monochromatic Colors of #7E35A3
Black with #7E35A3
Text Example
Text Example
White with #7E35A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E35A3; }
p { color: rgb(126,53,163); }
H1.HeaderClassName
{
color: #7E35A3;
}
.AnyTagClassName
{
color: #7E35A3;
}
</style>
background-color css
<style>
a { background-color: #7E35A3; }
a { background-color: rgb(126,53,163); }
div.DivClassName
{
background-color: #7E35A3;
}
.BgClassName
{
background-color: #7E35A3;
}
</style>
border-color css
<style>
span { border-color: #7E35A3; }
span { border-color: rgb(126,53,163); }
td.TdClassName
{
border-color: #7E35A3;
}
.TagClassName
{
border-color: #7E35A3;
}
</style>