Shades of Vivid Violet #7A3488
Tints of Vivid Violet #7A3488
RGB
CMYK
RGB Variations
Color information
#7A3488 (or 0x7A3488) is known color: Vivid Violet. HEX triplet: 7A, 34 and 88. RGB value is (122,52,136). Sum of RGB (Red+Green+Blue) = 122+52+136=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A3488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3488 is #85CB77. Grayscale: #525252. Windows color (decimal): -8768376 or 8926330. OLE color: 8926330.
HSL color Cylindrical-coordinate representation of color #7A3488: hue angle of 290º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A3488 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 52 | 136 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.47 |
| HSL | 290º | 0.45% | 0.37% | - |
| HSV(B) | 290º | 0.62% | 0.53% | - |
| XYZ | 13.7 | 8.37 | 24.19 | - |
| YUV | 82.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 136 | 0.10 | 0.62 | 0 | 0.47 | 290 | 0.45 | 0.37 |
| Hex | 7A | 34 | 88 | A | 3E | 0 | 2F | 122 | 2D | 25 |
| Octal | 172 | 64 | 210 | 12 | 76 | 0 | 57 | 442 | 55 | 45 |
| Binary | 1111010 | 110100 | 10001000 | 1010 | 111110 | 0 | 101111 | 100100010 | 101101 | 100101 |
Color Harmonies of #7A3488
Complementary color
Monochromatic Colors of #7A3488
Black with #7A3488
Text Example
Text Example
White with #7A3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3488; }
p { color: rgb(122,52,136); }
H1.HeaderClassName
{
color: #7A3488;
}
.AnyTagClassName
{
color: #7A3488;
}
</style>
background-color css
<style>
a { background-color: #7A3488; }
a { background-color: rgb(122,52,136); }
div.DivClassName
{
background-color: #7A3488;
}
.BgClassName
{
background-color: #7A3488;
}
</style>
border-color css
<style>
span { border-color: #7A3488; }
span { border-color: rgb(122,52,136); }
td.TdClassName
{
border-color: #7A3488;
}
.TagClassName
{
border-color: #7A3488;
}
</style>