Shades of Vivid Violet #7A1BA5
Tints of Vivid Violet #7A1BA5
RGB
CMYK
RGB Variations
Color information
#7A1BA5 (or 0x7A1BA5) is known color: Vivid Violet. HEX triplet: 7A, 1B and A5. RGB value is (122,27,165). Sum of RGB (Red+Green+Blue) = 122+27+165=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #7A1BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1BA5 is #85E45A. Grayscale: #464646. Windows color (decimal): -8774747 or 10820474. OLE color: 10820474.
HSL color Cylindrical-coordinate representation of color #7A1BA5: hue angle of 281.3º 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 #7A1BA5 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 27 | 165 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.35 |
| HSL | 281.3º | 0.72% | 0.38% | - |
| HSV(B) | 281.3º | 0.84% | 0.65% | - |
| XYZ | 15.21 | 7.64 | 36.27 | - |
| YUV | 71.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 165 | 0.26 | 0.84 | 0 | 0.35 | 281.3 | 0.72 | 0.38 |
| Hex | 7A | 1B | A5 | 1A | 54 | 0 | 23 | 119 | 48 | 26 |
| Octal | 172 | 33 | 245 | 32 | 124 | 0 | 43 | 431 | 110 | 46 |
| Binary | 1111010 | 11011 | 10100101 | 11010 | 1010100 | 0 | 100011 | 100011001 | 1001000 | 100110 |
Color Harmonies of #7A1BA5
Complementary color
Monochromatic Colors of #7A1BA5
Black with #7A1BA5
Text Example
Text Example
White with #7A1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1BA5; }
p { color: rgb(122,27,165); }
H1.HeaderClassName
{
color: #7A1BA5;
}
.AnyTagClassName
{
color: #7A1BA5;
}
</style>
background-color css
<style>
a { background-color: #7A1BA5; }
a { background-color: rgb(122,27,165); }
div.DivClassName
{
background-color: #7A1BA5;
}
.BgClassName
{
background-color: #7A1BA5;
}
</style>
border-color css
<style>
span { border-color: #7A1BA5; }
span { border-color: rgb(122,27,165); }
td.TdClassName
{
border-color: #7A1BA5;
}
.TagClassName
{
border-color: #7A1BA5;
}
</style>