Shades of Vivid Violet #7A1FA4
Tints of Vivid Violet #7A1FA4
RGB
CMYK
RGB Variations
Color information
#7A1FA4 (or 0x7A1FA4) is known color: Vivid Violet. HEX triplet: 7A, 1F and A4. RGB value is (122,31,164). Sum of RGB (Red+Green+Blue) = 122+31+164=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A1FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1FA4 is #85E05B. Grayscale: #484848. Windows color (decimal): -8773724 or 10755962. OLE color: 10755962.
HSL color Cylindrical-coordinate representation of color #7A1FA4: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1FA4 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 31 | 164 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.36 |
| HSL | 281.05º | 0.68% | 0.38% | - |
| HSV(B) | 281.05º | 0.81% | 0.64% | - |
| XYZ | 15.22 | 7.8 | 35.83 | - |
| YUV | 73.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 164 | 0.26 | 0.81 | 0 | 0.36 | 281.05 | 0.68 | 0.38 |
| Hex | 7A | 1F | A4 | 1A | 51 | 0 | 24 | 119 | 44 | 26 |
| Octal | 172 | 37 | 244 | 32 | 121 | 0 | 44 | 431 | 104 | 46 |
| Binary | 1111010 | 11111 | 10100100 | 11010 | 1010001 | 0 | 100100 | 100011001 | 1000100 | 100110 |
Color Harmonies of #7A1FA4
Complementary color
Monochromatic Colors of #7A1FA4
Black with #7A1FA4
Text Example
Text Example
White with #7A1FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FA4; }
p { color: rgb(122,31,164); }
H1.HeaderClassName
{
color: #7A1FA4;
}
.AnyTagClassName
{
color: #7A1FA4;
}
</style>
background-color css
<style>
a { background-color: #7A1FA4; }
a { background-color: rgb(122,31,164); }
div.DivClassName
{
background-color: #7A1FA4;
}
.BgClassName
{
background-color: #7A1FA4;
}
</style>
border-color css
<style>
span { border-color: #7A1FA4; }
span { border-color: rgb(122,31,164); }
td.TdClassName
{
border-color: #7A1FA4;
}
.TagClassName
{
border-color: #7A1FA4;
}
</style>