Shades of Blue Violet #7E1ED1
Tints of Blue Violet #7E1ED1
RGB
CMYK
RGB Variations
Color information
#7E1ED1 (or 0x7E1ED1) is known color: Blue Violet. HEX triplet: 7E, 1E and D1. RGB value is (126,30,209). Sum of RGB (Red+Green+Blue) = 126+30+209=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E1ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ED1 is #81E12E. Grayscale: #4E4E4E. Windows color (decimal): -8511791 or 13704830. OLE color: 13704830.
HSL color Cylindrical-coordinate representation of color #7E1ED1: hue angle of 272.18º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1ED1 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 30 | 209 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.18 |
| HSL | 272.18º | 0.75% | 0.47% | - |
| HSV(B) | 272.18º | 0.86% | 0.82% | - |
| XYZ | 20.58 | 9.97 | 61.16 | - |
| YUV | 79.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 30 | 209 | 0.40 | 0.86 | 0 | 0.18 | 272.18 | 0.75 | 0.47 |
| Hex | 7E | 1E | D1 | 28 | 56 | 0 | 12 | 110 | 4B | 2F |
| Octal | 176 | 36 | 321 | 50 | 126 | 0 | 22 | 420 | 113 | 57 |
| Binary | 1111110 | 11110 | 11010001 | 101000 | 1010110 | 0 | 10010 | 100010000 | 1001011 | 101111 |
Color Harmonies of #7E1ED1
Complementary color
Monochromatic Colors of #7E1ED1
Black with #7E1ED1
Text Example
Text Example
White with #7E1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1ED1; }
p { color: rgb(126,30,209); }
H1.HeaderClassName
{
color: #7E1ED1;
}
.AnyTagClassName
{
color: #7E1ED1;
}
</style>
background-color css
<style>
a { background-color: #7E1ED1; }
a { background-color: rgb(126,30,209); }
div.DivClassName
{
background-color: #7E1ED1;
}
.BgClassName
{
background-color: #7E1ED1;
}
</style>
border-color css
<style>
span { border-color: #7E1ED1; }
span { border-color: rgb(126,30,209); }
td.TdClassName
{
border-color: #7E1ED1;
}
.TagClassName
{
border-color: #7E1ED1;
}
</style>