Shades of Blue Violet #7A19E6
Tints of Blue Violet #7A19E6
RGB
CMYK
RGB Variations
Color information
#7A19E6 (or 0x7A19E6) is known color: Blue Violet. HEX triplet: 7A, 19 and E6. RGB value is (122,25,230). Sum of RGB (Red+Green+Blue) = 122+25+230=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A19E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A19E6 is #85E619. Grayscale: #4C4C4C. Windows color (decimal): -8775194 or 15079802. OLE color: 15079802.
HSL color Cylindrical-coordinate representation of color #7A19E6: hue angle of 268.39º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A19E6 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 25 | 230 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.10 |
| HSL | 268.39º | 0.8% | 0.5% | - |
| HSV(B) | 268.39º | 0.89% | 0.9% | - |
| XYZ | 22.66 | 10.55 | 75.7 | - |
| YUV | 77.37 | 214.14 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 230 | 0.47 | 0.89 | 0 | 0.10 | 268.39 | 0.8 | 0.5 |
| Hex | 7A | 19 | E6 | 2F | 59 | 0 | A | 10C | 50 | 32 |
| Octal | 172 | 31 | 346 | 57 | 131 | 0 | 12 | 414 | 120 | 62 |
| Binary | 1111010 | 11001 | 11100110 | 101111 | 1011001 | 0 | 1010 | 100001100 | 1010000 | 110010 |
Color Harmonies of #7A19E6
Complementary color
Monochromatic Colors of #7A19E6
Black with #7A19E6
Text Example
Text Example
White with #7A19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19E6; }
p { color: rgb(122,25,230); }
H1.HeaderClassName
{
color: #7A19E6;
}
.AnyTagClassName
{
color: #7A19E6;
}
</style>
background-color css
<style>
a { background-color: #7A19E6; }
a { background-color: rgb(122,25,230); }
div.DivClassName
{
background-color: #7A19E6;
}
.BgClassName
{
background-color: #7A19E6;
}
</style>
border-color css
<style>
span { border-color: #7A19E6; }
span { border-color: rgb(122,25,230); }
td.TdClassName
{
border-color: #7A19E6;
}
.TagClassName
{
border-color: #7A19E6;
}
</style>