Shades of Vivid Violet #7A1C91
Tints of Vivid Violet #7A1C91
RGB
CMYK
RGB Variations
Color information
#7A1C91 (or 0x7A1C91) is known color: Vivid Violet. HEX triplet: 7A, 1C and 91. RGB value is (122,28,145). Sum of RGB (Red+Green+Blue) = 122+28+145=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A1C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1C91 is #85E36E. Grayscale: #454545. Windows color (decimal): -8774511 or 9510010. OLE color: 9510010.
HSL color Cylindrical-coordinate representation of color #7A1C91: hue angle of 288.21º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1C91 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 28 | 145 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.43 |
| HSL | 288.21º | 0.68% | 0.34% | - |
| HSV(B) | 288.21º | 0.81% | 0.57% | - |
| XYZ | 13.55 | 7.01 | 27.43 | - |
| YUV | 69.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 145 | 0.16 | 0.81 | 0 | 0.43 | 288.21 | 0.68 | 0.34 |
| Hex | 7A | 1C | 91 | 10 | 51 | 0 | 2B | 120 | 44 | 22 |
| Octal | 172 | 34 | 221 | 20 | 121 | 0 | 53 | 440 | 104 | 42 |
| Binary | 1111010 | 11100 | 10010001 | 10000 | 1010001 | 0 | 101011 | 100100000 | 1000100 | 100010 |
Color Harmonies of #7A1C91
Complementary color
Monochromatic Colors of #7A1C91
Black with #7A1C91
Text Example
Text Example
White with #7A1C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C91; }
p { color: rgb(122,28,145); }
H1.HeaderClassName
{
color: #7A1C91;
}
.AnyTagClassName
{
color: #7A1C91;
}
</style>
background-color css
<style>
a { background-color: #7A1C91; }
a { background-color: rgb(122,28,145); }
div.DivClassName
{
background-color: #7A1C91;
}
.BgClassName
{
background-color: #7A1C91;
}
</style>
border-color css
<style>
span { border-color: #7A1C91; }
span { border-color: rgb(122,28,145); }
td.TdClassName
{
border-color: #7A1C91;
}
.TagClassName
{
border-color: #7A1C91;
}
</style>