Shades of Vivid Violet #7A2893
Tints of Vivid Violet #7A2893
RGB
CMYK
RGB Variations
Color information
#7A2893 (or 0x7A2893) is known color: Vivid Violet. HEX triplet: 7A, 28 and 93. RGB value is (122,40,147). Sum of RGB (Red+Green+Blue) = 122+40+147=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2893 is #85D76C. Grayscale: #4C4C4C. Windows color (decimal): -8771437 or 9644154. OLE color: 9644154.
HSL color Cylindrical-coordinate representation of color #7A2893: hue angle of 285.98º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2893 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 40 | 147 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.42 |
| HSL | 285.98º | 0.57% | 0.37% | - |
| HSV(B) | 285.98º | 0.73% | 0.58% | - |
| XYZ | 14.05 | 7.76 | 28.36 | - |
| YUV | 76.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 147 | 0.17 | 0.73 | 0 | 0.42 | 285.98 | 0.57 | 0.37 |
| Hex | 7A | 28 | 93 | 11 | 49 | 0 | 2A | 11E | 39 | 25 |
| Octal | 172 | 50 | 223 | 21 | 111 | 0 | 52 | 436 | 71 | 45 |
| Binary | 1111010 | 101000 | 10010011 | 10001 | 1001001 | 0 | 101010 | 100011110 | 111001 | 100101 |
Color Harmonies of #7A2893
Complementary color
Monochromatic Colors of #7A2893
Black with #7A2893
Text Example
Text Example
White with #7A2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2893; }
p { color: rgb(122,40,147); }
H1.HeaderClassName
{
color: #7A2893;
}
.AnyTagClassName
{
color: #7A2893;
}
</style>
background-color css
<style>
a { background-color: #7A2893; }
a { background-color: rgb(122,40,147); }
div.DivClassName
{
background-color: #7A2893;
}
.BgClassName
{
background-color: #7A2893;
}
</style>
border-color css
<style>
span { border-color: #7A2893; }
span { border-color: rgb(122,40,147); }
td.TdClassName
{
border-color: #7A2893;
}
.TagClassName
{
border-color: #7A2893;
}
</style>