Shades of Vivid Violet #7A2488
Tints of Vivid Violet #7A2488
RGB
CMYK
RGB Variations
Color information
#7A2488 (or 0x7A2488) is known color: Vivid Violet. HEX triplet: 7A, 24 and 88. RGB value is (122,36,136). Sum of RGB (Red+Green+Blue) = 122+36+136=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A2488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2488 is #85DB77. Grayscale: #484848. Windows color (decimal): -8772472 or 8922234. OLE color: 8922234.
HSL color Cylindrical-coordinate representation of color #7A2488: hue angle of 291.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2488 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 36 | 136 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.47 |
| HSL | 291.6º | 0.58% | 0.34% | - |
| HSV(B) | 291.6º | 0.74% | 0.53% | - |
| XYZ | 13.1 | 7.18 | 23.99 | - |
| YUV | 73.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 136 | 0.10 | 0.74 | 0 | 0.47 | 291.6 | 0.58 | 0.34 |
| Hex | 7A | 24 | 88 | A | 4A | 0 | 2F | 124 | 3A | 22 |
| Octal | 172 | 44 | 210 | 12 | 112 | 0 | 57 | 444 | 72 | 42 |
| Binary | 1111010 | 100100 | 10001000 | 1010 | 1001010 | 0 | 101111 | 100100100 | 111010 | 100010 |
Color Harmonies of #7A2488
Complementary color
Monochromatic Colors of #7A2488
Black with #7A2488
Text Example
Text Example
White with #7A2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2488; }
p { color: rgb(122,36,136); }
H1.HeaderClassName
{
color: #7A2488;
}
.AnyTagClassName
{
color: #7A2488;
}
</style>
background-color css
<style>
a { background-color: #7A2488; }
a { background-color: rgb(122,36,136); }
div.DivClassName
{
background-color: #7A2488;
}
.BgClassName
{
background-color: #7A2488;
}
</style>
border-color css
<style>
span { border-color: #7A2488; }
span { border-color: rgb(122,36,136); }
td.TdClassName
{
border-color: #7A2488;
}
.TagClassName
{
border-color: #7A2488;
}
</style>