Shades of Blue Violet #7E35D7
Tints of Blue Violet #7E35D7
RGB
CMYK
RGB Variations
Color information
#7E35D7 (or 0x7E35D7) is known color: Blue Violet. HEX triplet: 7E, 35 and D7. RGB value is (126,53,215). Sum of RGB (Red+Green+Blue) = 126+53+215=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #7E35D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E35D7 is #81CA28. Grayscale: #5C5C5C. Windows color (decimal): -8505897 or 14103934. OLE color: 14103934.
HSL color Cylindrical-coordinate representation of color #7E35D7: hue angle of 267.04º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E35D7 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 53 | 215 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.16 |
| HSL | 267.04º | 0.67% | 0.53% | - |
| HSV(B) | 267.04º | 0.75% | 0.84% | - |
| XYZ | 22.14 | 11.89 | 65.42 | - |
| YUV | 93.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 215 | 0.41 | 0.75 | 0 | 0.16 | 267.04 | 0.67 | 0.53 |
| Hex | 7E | 35 | D7 | 29 | 4B | 0 | 10 | 10B | 43 | 35 |
| Octal | 176 | 65 | 327 | 51 | 113 | 0 | 20 | 413 | 103 | 65 |
| Binary | 1111110 | 110101 | 11010111 | 101001 | 1001011 | 0 | 10000 | 100001011 | 1000011 | 110101 |
Color Harmonies of #7E35D7
Complementary color
Monochromatic Colors of #7E35D7
Black with #7E35D7
Text Example
Text Example
White with #7E35D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E35D7; }
p { color: rgb(126,53,215); }
H1.HeaderClassName
{
color: #7E35D7;
}
.AnyTagClassName
{
color: #7E35D7;
}
</style>
background-color css
<style>
a { background-color: #7E35D7; }
a { background-color: rgb(126,53,215); }
div.DivClassName
{
background-color: #7E35D7;
}
.BgClassName
{
background-color: #7E35D7;
}
</style>
border-color css
<style>
span { border-color: #7E35D7; }
span { border-color: rgb(126,53,215); }
td.TdClassName
{
border-color: #7E35D7;
}
.TagClassName
{
border-color: #7E35D7;
}
</style>