Shades of Vivid Violet #7A2FA4
Tints of Vivid Violet #7A2FA4
RGB
CMYK
RGB Variations
Color information
#7A2FA4 (or 0x7A2FA4) is known color: Vivid Violet. HEX triplet: 7A, 2F and A4. RGB value is (122,47,164). Sum of RGB (Red+Green+Blue) = 122+47+164=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A2FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2FA4 is #85D05B. Grayscale: #525252. Windows color (decimal): -8769628 or 10760058. OLE color: 10760058.
HSL color Cylindrical-coordinate representation of color #7A2FA4: hue angle of 278.46º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2FA4 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 47 | 164 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.36 |
| HSL | 278.46º | 0.55% | 0.41% | - |
| HSV(B) | 278.46º | 0.71% | 0.64% | - |
| XYZ | 15.74 | 8.85 | 36 | - |
| YUV | 82.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 164 | 0.26 | 0.71 | 0 | 0.36 | 278.46 | 0.55 | 0.41 |
| Hex | 7A | 2F | A4 | 1A | 47 | 0 | 24 | 116 | 37 | 29 |
| Octal | 172 | 57 | 244 | 32 | 107 | 0 | 44 | 426 | 67 | 51 |
| Binary | 1111010 | 101111 | 10100100 | 11010 | 1000111 | 0 | 100100 | 100010110 | 110111 | 101001 |
Color Harmonies of #7A2FA4
Complementary color
Monochromatic Colors of #7A2FA4
Black with #7A2FA4
Text Example
Text Example
White with #7A2FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2FA4; }
p { color: rgb(122,47,164); }
H1.HeaderClassName
{
color: #7A2FA4;
}
.AnyTagClassName
{
color: #7A2FA4;
}
</style>
background-color css
<style>
a { background-color: #7A2FA4; }
a { background-color: rgb(122,47,164); }
div.DivClassName
{
background-color: #7A2FA4;
}
.BgClassName
{
background-color: #7A2FA4;
}
</style>
border-color css
<style>
span { border-color: #7A2FA4; }
span { border-color: rgb(122,47,164); }
td.TdClassName
{
border-color: #7A2FA4;
}
.TagClassName
{
border-color: #7A2FA4;
}
</style>