Shades of Blue Violet #7A19EC
Tints of Blue Violet #7A19EC
RGB
CMYK
RGB Variations
Color information
#7A19EC (or 0x7A19EC) is known color: Blue Violet. HEX triplet: 7A, 19 and EC. RGB value is (122,25,236). Sum of RGB (Red+Green+Blue) = 122+25+236=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A19EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A19EC is #85E613. Grayscale: #4D4D4D. Windows color (decimal): -8775188 or 15473018. OLE color: 15473018.
HSL color Cylindrical-coordinate representation of color #7A19EC: hue angle of 267.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A19EC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 25 | 236 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.07 |
| HSL | 267.58º | 0.85% | 0.51% | - |
| HSV(B) | 267.58º | 0.89% | 0.93% | - |
| XYZ | 23.51 | 10.89 | 80.22 | - |
| YUV | 78.06 | 217.14 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 236 | 0.48 | 0.89 | 0 | 0.07 | 267.58 | 0.85 | 0.51 |
| Hex | 7A | 19 | EC | 30 | 59 | 0 | 7 | 10C | 55 | 33 |
| Octal | 172 | 31 | 354 | 60 | 131 | 0 | 7 | 414 | 125 | 63 |
| Binary | 1111010 | 11001 | 11101100 | 110000 | 1011001 | 0 | 111 | 100001100 | 1010101 | 110011 |
Color Harmonies of #7A19EC
Complementary color
Monochromatic Colors of #7A19EC
Black with #7A19EC
Text Example
Text Example
White with #7A19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19EC; }
p { color: rgb(122,25,236); }
H1.HeaderClassName
{
color: #7A19EC;
}
.AnyTagClassName
{
color: #7A19EC;
}
</style>
background-color css
<style>
a { background-color: #7A19EC; }
a { background-color: rgb(122,25,236); }
div.DivClassName
{
background-color: #7A19EC;
}
.BgClassName
{
background-color: #7A19EC;
}
</style>
border-color css
<style>
span { border-color: #7A19EC; }
span { border-color: rgb(122,25,236); }
td.TdClassName
{
border-color: #7A19EC;
}
.TagClassName
{
border-color: #7A19EC;
}
</style>