Shades of Vivid Violet #7A3B87
Tints of Vivid Violet #7A3B87
RGB
CMYK
RGB Variations
Color information
#7A3B87 (or 0x7A3B87) is known color: Vivid Violet. HEX triplet: 7A, 3B and 87. RGB value is (122,59,135). Sum of RGB (Red+Green+Blue) = 122+59+135=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A3B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3B87 is #85C478. Grayscale: #565656. Windows color (decimal): -8766585 or 8862586. OLE color: 8862586.
HSL color Cylindrical-coordinate representation of color #7A3B87: hue angle of 289.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A3B87 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 59 | 135 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.47 |
| HSL | 289.74º | 0.39% | 0.38% | - |
| HSV(B) | 289.74º | 0.56% | 0.53% | - |
| XYZ | 13.96 | 9.01 | 23.93 | - |
| YUV | 86.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 135 | 0.10 | 0.56 | 0 | 0.47 | 289.74 | 0.39 | 0.38 |
| Hex | 7A | 3B | 87 | A | 38 | 0 | 2F | 122 | 27 | 26 |
| Octal | 172 | 73 | 207 | 12 | 70 | 0 | 57 | 442 | 47 | 46 |
| Binary | 1111010 | 111011 | 10000111 | 1010 | 111000 | 0 | 101111 | 100100010 | 100111 | 100110 |
Color Harmonies of #7A3B87
Complementary color
Monochromatic Colors of #7A3B87
Black with #7A3B87
Text Example
Text Example
White with #7A3B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B87; }
p { color: rgb(122,59,135); }
H1.HeaderClassName
{
color: #7A3B87;
}
.AnyTagClassName
{
color: #7A3B87;
}
</style>
background-color css
<style>
a { background-color: #7A3B87; }
a { background-color: rgb(122,59,135); }
div.DivClassName
{
background-color: #7A3B87;
}
.BgClassName
{
background-color: #7A3B87;
}
</style>
border-color css
<style>
span { border-color: #7A3B87; }
span { border-color: rgb(122,59,135); }
td.TdClassName
{
border-color: #7A3B87;
}
.TagClassName
{
border-color: #7A3B87;
}
</style>