Shades of Vivid Violet #7A2591
Tints of Vivid Violet #7A2591
RGB
CMYK
RGB Variations
Color information
#7A2591 (or 0x7A2591) is known color: Vivid Violet. HEX triplet: 7A, 25 and 91. RGB value is (122,37,145). Sum of RGB (Red+Green+Blue) = 122+37+145=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A2591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2591 is #85DA6E. Grayscale: #4A4A4A. Windows color (decimal): -8772207 or 9512314. OLE color: 9512314.
HSL color Cylindrical-coordinate representation of color #7A2591: hue angle of 287.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2591 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 37 | 145 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.43 |
| HSL | 287.22º | 0.59% | 0.36% | - |
| HSV(B) | 287.22º | 0.74% | 0.57% | - |
| XYZ | 13.8 | 7.51 | 27.51 | - |
| YUV | 74.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 145 | 0.16 | 0.74 | 0 | 0.43 | 287.22 | 0.59 | 0.36 |
| Hex | 7A | 25 | 91 | 10 | 4A | 0 | 2B | 11F | 3B | 24 |
| Octal | 172 | 45 | 221 | 20 | 112 | 0 | 53 | 437 | 73 | 44 |
| Binary | 1111010 | 100101 | 10010001 | 10000 | 1001010 | 0 | 101011 | 100011111 | 111011 | 100100 |
Color Harmonies of #7A2591
Complementary color
Monochromatic Colors of #7A2591
Black with #7A2591
Text Example
Text Example
White with #7A2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2591; }
p { color: rgb(122,37,145); }
H1.HeaderClassName
{
color: #7A2591;
}
.AnyTagClassName
{
color: #7A2591;
}
</style>
background-color css
<style>
a { background-color: #7A2591; }
a { background-color: rgb(122,37,145); }
div.DivClassName
{
background-color: #7A2591;
}
.BgClassName
{
background-color: #7A2591;
}
</style>
border-color css
<style>
span { border-color: #7A2591; }
span { border-color: rgb(122,37,145); }
td.TdClassName
{
border-color: #7A2591;
}
.TagClassName
{
border-color: #7A2591;
}
</style>