Shades of Vivid Violet #7A3887
Tints of Vivid Violet #7A3887
RGB
CMYK
RGB Variations
Color information
#7A3887 (or 0x7A3887) is known color: Vivid Violet. HEX triplet: 7A, 38 and 87. RGB value is (122,56,135). Sum of RGB (Red+Green+Blue) = 122+56+135=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A3887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3887 is #85C778. Grayscale: #545454. Windows color (decimal): -8767353 or 8861818. OLE color: 8861818.
HSL color Cylindrical-coordinate representation of color #7A3887: hue angle of 290.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3887 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 56 | 135 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.47 |
| HSL | 290.13º | 0.41% | 0.37% | - |
| HSV(B) | 290.13º | 0.59% | 0.53% | - |
| XYZ | 13.81 | 8.72 | 23.88 | - |
| YUV | 84.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 135 | 0.10 | 0.59 | 0 | 0.47 | 290.13 | 0.41 | 0.37 |
| Hex | 7A | 38 | 87 | A | 3B | 0 | 2F | 122 | 29 | 25 |
| Octal | 172 | 70 | 207 | 12 | 73 | 0 | 57 | 442 | 51 | 45 |
| Binary | 1111010 | 111000 | 10000111 | 1010 | 111011 | 0 | 101111 | 100100010 | 101001 | 100101 |
Color Harmonies of #7A3887
Complementary color
Monochromatic Colors of #7A3887
Black with #7A3887
Text Example
Text Example
White with #7A3887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3887; }
p { color: rgb(122,56,135); }
H1.HeaderClassName
{
color: #7A3887;
}
.AnyTagClassName
{
color: #7A3887;
}
</style>
background-color css
<style>
a { background-color: #7A3887; }
a { background-color: rgb(122,56,135); }
div.DivClassName
{
background-color: #7A3887;
}
.BgClassName
{
background-color: #7A3887;
}
</style>
border-color css
<style>
span { border-color: #7A3887; }
span { border-color: rgb(122,56,135); }
td.TdClassName
{
border-color: #7A3887;
}
.TagClassName
{
border-color: #7A3887;
}
</style>