Shades of Vivid Violet #7A2890
Tints of Vivid Violet #7A2890
RGB
CMYK
RGB Variations
Color information
#7A2890 (or 0x7A2890) is known color: Vivid Violet. HEX triplet: 7A, 28 and 90. RGB value is (122,40,144). Sum of RGB (Red+Green+Blue) = 122+40+144=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A2890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2890 is #85D76F. Grayscale: #4C4C4C. Windows color (decimal): -8771440 or 9447546. OLE color: 9447546.
HSL color Cylindrical-coordinate representation of color #7A2890: hue angle of 287.31º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2890 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 40 | 144 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.44 |
| HSL | 287.31º | 0.57% | 0.36% | - |
| HSV(B) | 287.31º | 0.72% | 0.56% | - |
| XYZ | 13.82 | 7.67 | 27.14 | - |
| YUV | 76.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 144 | 0.15 | 0.72 | 0 | 0.44 | 287.31 | 0.57 | 0.36 |
| Hex | 7A | 28 | 90 | F | 48 | 0 | 2C | 11F | 39 | 24 |
| Octal | 172 | 50 | 220 | 17 | 110 | 0 | 54 | 437 | 71 | 44 |
| Binary | 1111010 | 101000 | 10010000 | 1111 | 1001000 | 0 | 101100 | 100011111 | 111001 | 100100 |
Color Harmonies of #7A2890
Complementary color
Monochromatic Colors of #7A2890
Black with #7A2890
Text Example
Text Example
White with #7A2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2890; }
p { color: rgb(122,40,144); }
H1.HeaderClassName
{
color: #7A2890;
}
.AnyTagClassName
{
color: #7A2890;
}
</style>
background-color css
<style>
a { background-color: #7A2890; }
a { background-color: rgb(122,40,144); }
div.DivClassName
{
background-color: #7A2890;
}
.BgClassName
{
background-color: #7A2890;
}
</style>
border-color css
<style>
span { border-color: #7A2890; }
span { border-color: rgb(122,40,144); }
td.TdClassName
{
border-color: #7A2890;
}
.TagClassName
{
border-color: #7A2890;
}
</style>