Shades of Blue Violet #7E29DD
Tints of Blue Violet #7E29DD
RGB
CMYK
RGB Variations
Color information
#7E29DD (or 0x7E29DD) is known color: Blue Violet. HEX triplet: 7E, 29 and DD. RGB value is (126,41,221). Sum of RGB (Red+Green+Blue) = 126+41+221=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E29DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E29DD is #81D622. Grayscale: #565656. Windows color (decimal): -8508963 or 14494078. OLE color: 14494078.
HSL color Cylindrical-coordinate representation of color #7E29DD: hue angle of 268.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E29DD is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 41 | 221 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.13 |
| HSL | 268.33º | 0.73% | 0.51% | - |
| HSV(B) | 268.33º | 0.81% | 0.87% | - |
| XYZ | 22.45 | 11.24 | 69.39 | - |
| YUV | 86.94 | 203.66 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 221 | 0.43 | 0.81 | 0 | 0.13 | 268.33 | 0.73 | 0.51 |
| Hex | 7E | 29 | DD | 2B | 51 | 0 | D | 10C | 49 | 33 |
| Octal | 176 | 51 | 335 | 53 | 121 | 0 | 15 | 414 | 111 | 63 |
| Binary | 1111110 | 101001 | 11011101 | 101011 | 1010001 | 0 | 1101 | 100001100 | 1001001 | 110011 |
Color Harmonies of #7E29DD
Complementary color
Monochromatic Colors of #7E29DD
Black with #7E29DD
Text Example
Text Example
White with #7E29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E29DD; }
p { color: rgb(126,41,221); }
H1.HeaderClassName
{
color: #7E29DD;
}
.AnyTagClassName
{
color: #7E29DD;
}
</style>
background-color css
<style>
a { background-color: #7E29DD; }
a { background-color: rgb(126,41,221); }
div.DivClassName
{
background-color: #7E29DD;
}
.BgClassName
{
background-color: #7E29DD;
}
</style>
border-color css
<style>
span { border-color: #7E29DD; }
span { border-color: rgb(126,41,221); }
td.TdClassName
{
border-color: #7E29DD;
}
.TagClassName
{
border-color: #7E29DD;
}
</style>