Shades of Vivid Violet #7A2687
Tints of Vivid Violet #7A2687
RGB
CMYK
RGB Variations
Color information
#7A2687 (or 0x7A2687) is known color: Vivid Violet. HEX triplet: 7A, 26 and 87. RGB value is (122,38,135). Sum of RGB (Red+Green+Blue) = 122+38+135=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A2687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2687 is #85D978. Grayscale: #494949. Windows color (decimal): -8771961 or 8857210. OLE color: 8857210.
HSL color Cylindrical-coordinate representation of color #7A2687: hue angle of 291.96º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2687 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 38 | 135 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.47 |
| HSL | 291.96º | 0.56% | 0.34% | - |
| HSV(B) | 291.96º | 0.72% | 0.53% | - |
| XYZ | 13.09 | 7.27 | 23.64 | - |
| YUV | 74.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 135 | 0.10 | 0.72 | 0 | 0.47 | 291.96 | 0.56 | 0.34 |
| Hex | 7A | 26 | 87 | A | 48 | 0 | 2F | 124 | 38 | 22 |
| Octal | 172 | 46 | 207 | 12 | 110 | 0 | 57 | 444 | 70 | 42 |
| Binary | 1111010 | 100110 | 10000111 | 1010 | 1001000 | 0 | 101111 | 100100100 | 111000 | 100010 |
Color Harmonies of #7A2687
Complementary color
Monochromatic Colors of #7A2687
Black with #7A2687
Text Example
Text Example
White with #7A2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2687; }
p { color: rgb(122,38,135); }
H1.HeaderClassName
{
color: #7A2687;
}
.AnyTagClassName
{
color: #7A2687;
}
</style>
background-color css
<style>
a { background-color: #7A2687; }
a { background-color: rgb(122,38,135); }
div.DivClassName
{
background-color: #7A2687;
}
.BgClassName
{
background-color: #7A2687;
}
</style>
border-color css
<style>
span { border-color: #7A2687; }
span { border-color: rgb(122,38,135); }
td.TdClassName
{
border-color: #7A2687;
}
.TagClassName
{
border-color: #7A2687;
}
</style>