Shades of Blue Violet #7A16CD
Tints of Blue Violet #7A16CD
RGB
CMYK
RGB Variations
Color information
#7A16CD (or 0x7A16CD) is known color: Blue Violet. HEX triplet: 7A, 16 and CD. RGB value is (122,22,205). Sum of RGB (Red+Green+Blue) = 122+22+205=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A16CD is #85E932. Grayscale: #484848. Windows color (decimal): -8775987 or 13440634. OLE color: 13440634.
HSL color Cylindrical-coordinate representation of color #7A16CD: hue angle of 272.79º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A16CD is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 22 | 205 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.20 |
| HSL | 272.79º | 0.81% | 0.45% | - |
| HSV(B) | 272.79º | 0.89% | 0.8% | - |
| XYZ | 19.33 | 9.12 | 58.5 | - |
| YUV | 72.76 | 202.63 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 205 | 0.40 | 0.89 | 0 | 0.20 | 272.79 | 0.81 | 0.45 |
| Hex | 7A | 16 | CD | 28 | 59 | 0 | 14 | 111 | 51 | 2D |
| Octal | 172 | 26 | 315 | 50 | 131 | 0 | 24 | 421 | 121 | 55 |
| Binary | 1111010 | 10110 | 11001101 | 101000 | 1011001 | 0 | 10100 | 100010001 | 1010001 | 101101 |
Color Harmonies of #7A16CD
Complementary color
Monochromatic Colors of #7A16CD
Black with #7A16CD
Text Example
Text Example
White with #7A16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16CD; }
p { color: rgb(122,22,205); }
H1.HeaderClassName
{
color: #7A16CD;
}
.AnyTagClassName
{
color: #7A16CD;
}
</style>
background-color css
<style>
a { background-color: #7A16CD; }
a { background-color: rgb(122,22,205); }
div.DivClassName
{
background-color: #7A16CD;
}
.BgClassName
{
background-color: #7A16CD;
}
</style>
border-color css
<style>
span { border-color: #7A16CD; }
span { border-color: rgb(122,22,205); }
td.TdClassName
{
border-color: #7A16CD;
}
.TagClassName
{
border-color: #7A16CD;
}
</style>