Shades of Blue Violet #7E2BD2
Tints of Blue Violet #7E2BD2
RGB
CMYK
RGB Variations
Color information
#7E2BD2 (or 0x7E2BD2) is known color: Blue Violet. HEX triplet: 7E, 2B and D2. RGB value is (126,43,210). Sum of RGB (Red+Green+Blue) = 126+43+210=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 210 (82.42% from 255 or 55.41% from 379); Max value from RGB is 210 - color contains mainly: blue. Hex color #7E2BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BD2 is #81D42D. Grayscale: #565656. Windows color (decimal): -8508462 or 13773694. OLE color: 13773694.
HSL color Cylindrical-coordinate representation of color #7E2BD2: hue angle of 269.82º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E2BD2 is Cyan = 0.4, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 43 | 210 | - |
| CMYK | 0.4 | 0.80 | 0 | 0.18 |
| HSL | 269.82º | 0.66% | 0.5% | - |
| HSV(B) | 269.82º | 0.8% | 0.82% | - |
| XYZ | 21.1 | 10.82 | 61.95 | - |
| YUV | 86.86 | 197.5 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 210 | 0.4 | 0.80 | 0 | 0.18 | 269.82 | 0.66 | 0.5 |
| Hex | 7E | 2B | D2 | 28 | 50 | 0 | 12 | 10E | 42 | 32 |
| Octal | 176 | 53 | 322 | 50 | 120 | 0 | 22 | 416 | 102 | 62 |
| Binary | 1111110 | 101011 | 11010010 | 101000 | 1010000 | 0 | 10010 | 100001110 | 1000010 | 110010 |
Color Harmonies of #7E2BD2
Complementary color
Monochromatic Colors of #7E2BD2
Black with #7E2BD2
Text Example
Text Example
White with #7E2BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2BD2; }
p { color: rgb(126,43,210); }
H1.HeaderClassName
{
color: #7E2BD2;
}
.AnyTagClassName
{
color: #7E2BD2;
}
</style>
background-color css
<style>
a { background-color: #7E2BD2; }
a { background-color: rgb(126,43,210); }
div.DivClassName
{
background-color: #7E2BD2;
}
.BgClassName
{
background-color: #7E2BD2;
}
</style>
border-color css
<style>
span { border-color: #7E2BD2; }
span { border-color: rgb(126,43,210); }
td.TdClassName
{
border-color: #7E2BD2;
}
.TagClassName
{
border-color: #7E2BD2;
}
</style>