Shades of Vivid Violet #7A2698
Tints of Vivid Violet #7A2698
RGB
CMYK
RGB Variations
Color information
#7A2698 (or 0x7A2698) is known color: Vivid Violet. HEX triplet: 7A, 26 and 98. RGB value is (122,38,152). Sum of RGB (Red+Green+Blue) = 122+38+152=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A2698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2698 is #85D967. Grayscale: #4B4B4B. Windows color (decimal): -8771944 or 9971322. OLE color: 9971322.
HSL color Cylindrical-coordinate representation of color #7A2698: hue angle of 284.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2698 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 38 | 152 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.40 |
| HSL | 284.21º | 0.6% | 0.37% | - |
| HSV(B) | 284.21º | 0.75% | 0.6% | - |
| XYZ | 14.39 | 7.79 | 30.45 | - |
| YUV | 76.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 152 | 0.20 | 0.75 | 0 | 0.40 | 284.21 | 0.6 | 0.37 |
| Hex | 7A | 26 | 98 | 14 | 4B | 0 | 28 | 11C | 3C | 25 |
| Octal | 172 | 46 | 230 | 24 | 113 | 0 | 50 | 434 | 74 | 45 |
| Binary | 1111010 | 100110 | 10011000 | 10100 | 1001011 | 0 | 101000 | 100011100 | 111100 | 100101 |
Color Harmonies of #7A2698
Complementary color
Monochromatic Colors of #7A2698
Black with #7A2698
Text Example
Text Example
White with #7A2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2698; }
p { color: rgb(122,38,152); }
H1.HeaderClassName
{
color: #7A2698;
}
.AnyTagClassName
{
color: #7A2698;
}
</style>
background-color css
<style>
a { background-color: #7A2698; }
a { background-color: rgb(122,38,152); }
div.DivClassName
{
background-color: #7A2698;
}
.BgClassName
{
background-color: #7A2698;
}
</style>
border-color css
<style>
span { border-color: #7A2698; }
span { border-color: rgb(122,38,152); }
td.TdClassName
{
border-color: #7A2698;
}
.TagClassName
{
border-color: #7A2698;
}
</style>