Shades of Blue Violet #7E44D3
Tints of Blue Violet #7E44D3
RGB
CMYK
RGB Variations
Color information
#7E44D3 (or 0x7E44D3) is known color: Blue Violet. HEX triplet: 7E, 44 and D3. RGB value is (126,68,211). Sum of RGB (Red+Green+Blue) = 126+68+211=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #7E44D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E44D3 is #81BB2C. Grayscale: #656565. Windows color (decimal): -8502061 or 13845630. OLE color: 13845630.
HSL color Cylindrical-coordinate representation of color #7E44D3: hue angle of 264.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E44D3 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 68 | 211 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.17 |
| HSL | 264.34º | 0.62% | 0.55% | - |
| HSV(B) | 264.34º | 0.68% | 0.83% | - |
| XYZ | 22.43 | 13.27 | 63.01 | - |
| YUV | 101.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 211 | 0.40 | 0.68 | 0 | 0.17 | 264.34 | 0.62 | 0.55 |
| Hex | 7E | 44 | D3 | 28 | 44 | 0 | 11 | 108 | 3E | 37 |
| Octal | 176 | 104 | 323 | 50 | 104 | 0 | 21 | 410 | 76 | 67 |
| Binary | 1111110 | 1000100 | 11010011 | 101000 | 1000100 | 0 | 10001 | 100001000 | 111110 | 110111 |
Color Harmonies of #7E44D3
Complementary color
Monochromatic Colors of #7E44D3
Black with #7E44D3
Text Example
Text Example
White with #7E44D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E44D3; }
p { color: rgb(126,68,211); }
H1.HeaderClassName
{
color: #7E44D3;
}
.AnyTagClassName
{
color: #7E44D3;
}
</style>
background-color css
<style>
a { background-color: #7E44D3; }
a { background-color: rgb(126,68,211); }
div.DivClassName
{
background-color: #7E44D3;
}
.BgClassName
{
background-color: #7E44D3;
}
</style>
border-color css
<style>
span { border-color: #7E44D3; }
span { border-color: rgb(126,68,211); }
td.TdClassName
{
border-color: #7E44D3;
}
.TagClassName
{
border-color: #7E44D3;
}
</style>