Shades of Blue Violet #7A16D8
Tints of Blue Violet #7A16D8
RGB
CMYK
RGB Variations
Color information
#7A16D8 (or 0x7A16D8) is known color: Blue Violet. HEX triplet: 7A, 16 and D8. RGB value is (122,22,216). Sum of RGB (Red+Green+Blue) = 122+22+216=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #7A16D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A16D8 is #85E927. Grayscale: #494949. Windows color (decimal): -8775976 or 14161530. OLE color: 14161530.
HSL color Cylindrical-coordinate representation of color #7A16D8: hue angle of 270.93º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A16D8 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 22 | 216 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.15 |
| HSL | 270.93º | 0.82% | 0.47% | - |
| HSV(B) | 270.93º | 0.9% | 0.85% | - |
| XYZ | 20.71 | 9.67 | 65.74 | - |
| YUV | 74.02 | 208.13 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 216 | 0.44 | 0.90 | 0 | 0.15 | 270.93 | 0.82 | 0.47 |
| Hex | 7A | 16 | D8 | 2C | 5A | 0 | F | 10F | 52 | 2F |
| Octal | 172 | 26 | 330 | 54 | 132 | 0 | 17 | 417 | 122 | 57 |
| Binary | 1111010 | 10110 | 11011000 | 101100 | 1011010 | 0 | 1111 | 100001111 | 1010010 | 101111 |
Color Harmonies of #7A16D8
Complementary color
Monochromatic Colors of #7A16D8
Black with #7A16D8
Text Example
Text Example
White with #7A16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16D8; }
p { color: rgb(122,22,216); }
H1.HeaderClassName
{
color: #7A16D8;
}
.AnyTagClassName
{
color: #7A16D8;
}
</style>
background-color css
<style>
a { background-color: #7A16D8; }
a { background-color: rgb(122,22,216); }
div.DivClassName
{
background-color: #7A16D8;
}
.BgClassName
{
background-color: #7A16D8;
}
</style>
border-color css
<style>
span { border-color: #7A16D8; }
span { border-color: rgb(122,22,216); }
td.TdClassName
{
border-color: #7A16D8;
}
.TagClassName
{
border-color: #7A16D8;
}
</style>