Shades of Blue Violet #7E36E1
Tints of Blue Violet #7E36E1
RGB
CMYK
RGB Variations
Color information
#7E36E1 (or 0x7E36E1) is known color: Blue Violet. HEX triplet: 7E, 36 and E1. RGB value is (126,54,225). Sum of RGB (Red+Green+Blue) = 126+54+225=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #7E36E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E36E1 is #81C91E. Grayscale: #5E5E5E. Windows color (decimal): -8505631 or 14759550. OLE color: 14759550.
HSL color Cylindrical-coordinate representation of color #7E36E1: hue angle of 265.26º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E36E1 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 54 | 225 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.12 |
| HSL | 265.26º | 0.74% | 0.55% | - |
| HSV(B) | 265.26º | 0.76% | 0.88% | - |
| XYZ | 23.51 | 12.51 | 72.41 | - |
| YUV | 95.02 | 201.35 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 225 | 0.44 | 0.76 | 0 | 0.12 | 265.26 | 0.74 | 0.55 |
| Hex | 7E | 36 | E1 | 2C | 4C | 0 | C | 109 | 4A | 37 |
| Octal | 176 | 66 | 341 | 54 | 114 | 0 | 14 | 411 | 112 | 67 |
| Binary | 1111110 | 110110 | 11100001 | 101100 | 1001100 | 0 | 1100 | 100001001 | 1001010 | 110111 |
Color Harmonies of #7E36E1
Complementary color
Monochromatic Colors of #7E36E1
Black with #7E36E1
Text Example
Text Example
White with #7E36E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E36E1; }
p { color: rgb(126,54,225); }
H1.HeaderClassName
{
color: #7E36E1;
}
.AnyTagClassName
{
color: #7E36E1;
}
</style>
background-color css
<style>
a { background-color: #7E36E1; }
a { background-color: rgb(126,54,225); }
div.DivClassName
{
background-color: #7E36E1;
}
.BgClassName
{
background-color: #7E36E1;
}
</style>
border-color css
<style>
span { border-color: #7E36E1; }
span { border-color: rgb(126,54,225); }
td.TdClassName
{
border-color: #7E36E1;
}
.TagClassName
{
border-color: #7E36E1;
}
</style>