Shades of Blue Violet #7E41D1
Tints of Blue Violet #7E41D1
RGB
CMYK
RGB Variations
Color information
#7E41D1 (or 0x7E41D1) is known color: Blue Violet. HEX triplet: 7E, 41 and D1. RGB value is (126,65,209). Sum of RGB (Red+Green+Blue) = 126+65+209=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E41D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E41D1 is #81BE2E. Grayscale: #636363. Windows color (decimal): -8502831 or 13713790. OLE color: 13713790.
HSL color Cylindrical-coordinate representation of color #7E41D1: hue angle of 265.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E41D1 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 65 | 209 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.18 |
| HSL | 265.42º | 0.61% | 0.54% | - |
| HSV(B) | 265.42º | 0.69% | 0.82% | - |
| XYZ | 22 | 12.82 | 61.64 | - |
| YUV | 99.66 | 189.71 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 209 | 0.40 | 0.69 | 0 | 0.18 | 265.42 | 0.61 | 0.54 |
| Hex | 7E | 41 | D1 | 28 | 45 | 0 | 12 | 109 | 3D | 36 |
| Octal | 176 | 101 | 321 | 50 | 105 | 0 | 22 | 411 | 75 | 66 |
| Binary | 1111110 | 1000001 | 11010001 | 101000 | 1000101 | 0 | 10010 | 100001001 | 111101 | 110110 |
Color Harmonies of #7E41D1
Complementary color
Monochromatic Colors of #7E41D1
Black with #7E41D1
Text Example
Text Example
White with #7E41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E41D1; }
p { color: rgb(126,65,209); }
H1.HeaderClassName
{
color: #7E41D1;
}
.AnyTagClassName
{
color: #7E41D1;
}
</style>
background-color css
<style>
a { background-color: #7E41D1; }
a { background-color: rgb(126,65,209); }
div.DivClassName
{
background-color: #7E41D1;
}
.BgClassName
{
background-color: #7E41D1;
}
</style>
border-color css
<style>
span { border-color: #7E41D1; }
span { border-color: rgb(126,65,209); }
td.TdClassName
{
border-color: #7E41D1;
}
.TagClassName
{
border-color: #7E41D1;
}
</style>