Shades of Vivid Violet #7A1BA6
Tints of Vivid Violet #7A1BA6
RGB
CMYK
RGB Variations
Color information
#7A1BA6 (or 0x7A1BA6) is known color: Vivid Violet. HEX triplet: 7A, 1B and A6. RGB value is (122,27,166). Sum of RGB (Red+Green+Blue) = 122+27+166=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A1BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1BA6 is #85E459. Grayscale: #464646. Windows color (decimal): -8774746 or 10886010. OLE color: 10886010.
HSL color Cylindrical-coordinate representation of color #7A1BA6: hue angle of 281.01º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1BA6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 27 | 166 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.35 |
| HSL | 281.01º | 0.72% | 0.38% | - |
| HSV(B) | 281.01º | 0.84% | 0.65% | - |
| XYZ | 15.3 | 7.67 | 36.75 | - |
| YUV | 71.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 166 | 0.27 | 0.84 | 0 | 0.35 | 281.01 | 0.72 | 0.38 |
| Hex | 7A | 1B | A6 | 1B | 54 | 0 | 23 | 119 | 48 | 26 |
| Octal | 172 | 33 | 246 | 33 | 124 | 0 | 43 | 431 | 110 | 46 |
| Binary | 1111010 | 11011 | 10100110 | 11011 | 1010100 | 0 | 100011 | 100011001 | 1001000 | 100110 |
Color Harmonies of #7A1BA6
Complementary color
Monochromatic Colors of #7A1BA6
Black with #7A1BA6
Text Example
Text Example
White with #7A1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1BA6; }
p { color: rgb(122,27,166); }
H1.HeaderClassName
{
color: #7A1BA6;
}
.AnyTagClassName
{
color: #7A1BA6;
}
</style>
background-color css
<style>
a { background-color: #7A1BA6; }
a { background-color: rgb(122,27,166); }
div.DivClassName
{
background-color: #7A1BA6;
}
.BgClassName
{
background-color: #7A1BA6;
}
</style>
border-color css
<style>
span { border-color: #7A1BA6; }
span { border-color: rgb(122,27,166); }
td.TdClassName
{
border-color: #7A1BA6;
}
.TagClassName
{
border-color: #7A1BA6;
}
</style>