Shades of Vivid Violet #7A1BA4
Tints of Vivid Violet #7A1BA4
RGB
CMYK
RGB Variations
Color information
#7A1BA4 (or 0x7A1BA4) is known color: Vivid Violet. HEX triplet: 7A, 1B and A4. RGB value is (122,27,164). Sum of RGB (Red+Green+Blue) = 122+27+164=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A1BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1BA4 is #85E45B. Grayscale: #464646. Windows color (decimal): -8774748 or 10754938. OLE color: 10754938.
HSL color Cylindrical-coordinate representation of color #7A1BA4: hue angle of 281.61º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1BA4 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 27 | 164 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.36 |
| HSL | 281.61º | 0.72% | 0.37% | - |
| HSV(B) | 281.61º | 0.84% | 0.64% | - |
| XYZ | 15.12 | 7.6 | 35.79 | - |
| YUV | 71.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 164 | 0.26 | 0.84 | 0 | 0.36 | 281.61 | 0.72 | 0.37 |
| Hex | 7A | 1B | A4 | 1A | 54 | 0 | 24 | 11A | 48 | 25 |
| Octal | 172 | 33 | 244 | 32 | 124 | 0 | 44 | 432 | 110 | 45 |
| Binary | 1111010 | 11011 | 10100100 | 11010 | 1010100 | 0 | 100100 | 100011010 | 1001000 | 100101 |
Color Harmonies of #7A1BA4
Complementary color
Monochromatic Colors of #7A1BA4
Black with #7A1BA4
Text Example
Text Example
White with #7A1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1BA4; }
p { color: rgb(122,27,164); }
H1.HeaderClassName
{
color: #7A1BA4;
}
.AnyTagClassName
{
color: #7A1BA4;
}
</style>
background-color css
<style>
a { background-color: #7A1BA4; }
a { background-color: rgb(122,27,164); }
div.DivClassName
{
background-color: #7A1BA4;
}
.BgClassName
{
background-color: #7A1BA4;
}
</style>
border-color css
<style>
span { border-color: #7A1BA4; }
span { border-color: rgb(122,27,164); }
td.TdClassName
{
border-color: #7A1BA4;
}
.TagClassName
{
border-color: #7A1BA4;
}
</style>