Shades of Blue Violet #7E35EF
Tints of Blue Violet #7E35EF
RGB
CMYK
RGB Variations
Color information
#7E35EF (or 0x7E35EF) is known color: Blue Violet. HEX triplet: 7E, 35 and EF. RGB value is (126,53,239). Sum of RGB (Red+Green+Blue) = 126+53+239=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E35EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E35EF is #81CA10. Grayscale: #5F5F5F. Windows color (decimal): -8505873 or 15676798. OLE color: 15676798.
HSL color Cylindrical-coordinate representation of color #7E35EF: hue angle of 263.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E35EF is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 53 | 239 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.06 |
| HSL | 263.55º | 0.85% | 0.57% | - |
| HSV(B) | 263.55º | 0.78% | 0.94% | - |
| XYZ | 25.46 | 13.21 | 82.87 | - |
| YUV | 96.03 | 208.68 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 239 | 0.47 | 0.78 | 0 | 0.06 | 263.55 | 0.85 | 0.57 |
| Hex | 7E | 35 | EF | 2F | 4E | 0 | 6 | 108 | 55 | 39 |
| Octal | 176 | 65 | 357 | 57 | 116 | 0 | 6 | 410 | 125 | 71 |
| Binary | 1111110 | 110101 | 11101111 | 101111 | 1001110 | 0 | 110 | 100001000 | 1010101 | 111001 |
Color Harmonies of #7E35EF
Complementary color
Monochromatic Colors of #7E35EF
Black with #7E35EF
Text Example
Text Example
White with #7E35EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E35EF; }
p { color: rgb(126,53,239); }
H1.HeaderClassName
{
color: #7E35EF;
}
.AnyTagClassName
{
color: #7E35EF;
}
</style>
background-color css
<style>
a { background-color: #7E35EF; }
a { background-color: rgb(126,53,239); }
div.DivClassName
{
background-color: #7E35EF;
}
.BgClassName
{
background-color: #7E35EF;
}
</style>
border-color css
<style>
span { border-color: #7E35EF; }
span { border-color: rgb(126,53,239); }
td.TdClassName
{
border-color: #7E35EF;
}
.TagClassName
{
border-color: #7E35EF;
}
</style>