Shades of Blue Violet #7E19DA
Tints of Blue Violet #7E19DA
RGB
CMYK
RGB Variations
Color information
#7E19DA (or 0x7E19DA) is known color: Blue Violet. HEX triplet: 7E, 19 and DA. RGB value is (126,25,218). Sum of RGB (Red+Green+Blue) = 126+25+218=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E19DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E19DA is #81E625. Grayscale: #4C4C4C. Windows color (decimal): -8513062 or 14293374. OLE color: 14293374.
HSL color Cylindrical-coordinate representation of color #7E19DA: hue angle of 271.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E19DA is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 25 | 218 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.15 |
| HSL | 271.4º | 0.79% | 0.48% | - |
| HSV(B) | 271.4º | 0.89% | 0.85% | - |
| XYZ | 21.61 | 10.19 | 67.16 | - |
| YUV | 77.2 | 207.46 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 218 | 0.42 | 0.89 | 0 | 0.15 | 271.4 | 0.79 | 0.48 |
| Hex | 7E | 19 | DA | 2A | 59 | 0 | F | 10F | 4F | 30 |
| Octal | 176 | 31 | 332 | 52 | 131 | 0 | 17 | 417 | 117 | 60 |
| Binary | 1111110 | 11001 | 11011010 | 101010 | 1011001 | 0 | 1111 | 100001111 | 1001111 | 110000 |
Color Harmonies of #7E19DA
Complementary color
Monochromatic Colors of #7E19DA
Black with #7E19DA
Text Example
Text Example
White with #7E19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E19DA; }
p { color: rgb(126,25,218); }
H1.HeaderClassName
{
color: #7E19DA;
}
.AnyTagClassName
{
color: #7E19DA;
}
</style>
background-color css
<style>
a { background-color: #7E19DA; }
a { background-color: rgb(126,25,218); }
div.DivClassName
{
background-color: #7E19DA;
}
.BgClassName
{
background-color: #7E19DA;
}
</style>
border-color css
<style>
span { border-color: #7E19DA; }
span { border-color: rgb(126,25,218); }
td.TdClassName
{
border-color: #7E19DA;
}
.TagClassName
{
border-color: #7E19DA;
}
</style>