Shades of Blue Violet #7A19DC
Tints of Blue Violet #7A19DC
RGB
CMYK
RGB Variations
Color information
#7A19DC (or 0x7A19DC) is known color: Blue Violet. HEX triplet: 7A, 19 and DC. RGB value is (122,25,220). Sum of RGB (Red+Green+Blue) = 122+25+220=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A19DC is #85E623. Grayscale: #4B4B4B. Windows color (decimal): -8775204 or 14424442. OLE color: 14424442.
HSL color Cylindrical-coordinate representation of color #7A19DC: hue angle of 269.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A19DC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 25 | 220 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.14 |
| HSL | 269.85º | 0.8% | 0.48% | - |
| HSV(B) | 269.85º | 0.89% | 0.86% | - |
| XYZ | 21.29 | 10 | 68.52 | - |
| YUV | 76.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 220 | 0.45 | 0.89 | 0 | 0.14 | 269.85 | 0.8 | 0.48 |
| Hex | 7A | 19 | DC | 2D | 59 | 0 | E | 10E | 50 | 30 |
| Octal | 172 | 31 | 334 | 55 | 131 | 0 | 16 | 416 | 120 | 60 |
| Binary | 1111010 | 11001 | 11011100 | 101101 | 1011001 | 0 | 1110 | 100001110 | 1010000 | 110000 |
Color Harmonies of #7A19DC
Complementary color
Monochromatic Colors of #7A19DC
Black with #7A19DC
Text Example
Text Example
White with #7A19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19DC; }
p { color: rgb(122,25,220); }
H1.HeaderClassName
{
color: #7A19DC;
}
.AnyTagClassName
{
color: #7A19DC;
}
</style>
background-color css
<style>
a { background-color: #7A19DC; }
a { background-color: rgb(122,25,220); }
div.DivClassName
{
background-color: #7A19DC;
}
.BgClassName
{
background-color: #7A19DC;
}
</style>
border-color css
<style>
span { border-color: #7A19DC; }
span { border-color: rgb(122,25,220); }
td.TdClassName
{
border-color: #7A19DC;
}
.TagClassName
{
border-color: #7A19DC;
}
</style>