Shades of Blue Violet #7A16E9
Tints of Blue Violet #7A16E9
RGB
CMYK
RGB Variations
Color information
#7A16E9 (or 0x7A16E9) is known color: Blue Violet. HEX triplet: 7A, 16 and E9. RGB value is (122,22,233). Sum of RGB (Red+Green+Blue) = 122+22+233=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A16E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A16E9 is #85E916. Grayscale: #4B4B4B. Windows color (decimal): -8775959 or 15275642. OLE color: 15275642.
HSL color Cylindrical-coordinate representation of color #7A16E9: hue angle of 268.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A16E9 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 22 | 233 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.09 |
| HSL | 268.44º | 0.83% | 0.5% | - |
| HSV(B) | 268.44º | 0.91% | 0.91% | - |
| XYZ | 23.02 | 10.59 | 77.92 | - |
| YUV | 75.95 | 216.63 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 233 | 0.48 | 0.91 | 0 | 0.09 | 268.44 | 0.83 | 0.5 |
| Hex | 7A | 16 | E9 | 30 | 5B | 0 | 9 | 10C | 53 | 32 |
| Octal | 172 | 26 | 351 | 60 | 133 | 0 | 11 | 414 | 123 | 62 |
| Binary | 1111010 | 10110 | 11101001 | 110000 | 1011011 | 0 | 1001 | 100001100 | 1010011 | 110010 |
Color Harmonies of #7A16E9
Complementary color
Monochromatic Colors of #7A16E9
Black with #7A16E9
Text Example
Text Example
White with #7A16E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16E9; }
p { color: rgb(122,22,233); }
H1.HeaderClassName
{
color: #7A16E9;
}
.AnyTagClassName
{
color: #7A16E9;
}
</style>
background-color css
<style>
a { background-color: #7A16E9; }
a { background-color: rgb(122,22,233); }
div.DivClassName
{
background-color: #7A16E9;
}
.BgClassName
{
background-color: #7A16E9;
}
</style>
border-color css
<style>
span { border-color: #7A16E9; }
span { border-color: rgb(122,22,233); }
td.TdClassName
{
border-color: #7A16E9;
}
.TagClassName
{
border-color: #7A16E9;
}
</style>