Shades of Vivid Violet #7A259C
Tints of Vivid Violet #7A259C
RGB
CMYK
RGB Variations
Color information
#7A259C (or 0x7A259C) is known color: Vivid Violet. HEX triplet: 7A, 25 and 9C. RGB value is (122,37,156). Sum of RGB (Red+Green+Blue) = 122+37+156=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A259C is #85DA63. Grayscale: #4B4B4B. Windows color (decimal): -8772196 or 10233210. OLE color: 10233210.
HSL color Cylindrical-coordinate representation of color #7A259C: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A259C is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 37 | 156 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.39 |
| HSL | 282.86º | 0.62% | 0.38% | - |
| HSV(B) | 282.86º | 0.76% | 0.61% | - |
| XYZ | 14.69 | 7.86 | 32.2 | - |
| YUV | 75.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 156 | 0.22 | 0.76 | 0 | 0.39 | 282.86 | 0.62 | 0.38 |
| Hex | 7A | 25 | 9C | 16 | 4C | 0 | 27 | 11B | 3E | 26 |
| Octal | 172 | 45 | 234 | 26 | 114 | 0 | 47 | 433 | 76 | 46 |
| Binary | 1111010 | 100101 | 10011100 | 10110 | 1001100 | 0 | 100111 | 100011011 | 111110 | 100110 |
Color Harmonies of #7A259C
Complementary color
Monochromatic Colors of #7A259C
Black with #7A259C
Text Example
Text Example
White with #7A259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A259C; }
p { color: rgb(122,37,156); }
H1.HeaderClassName
{
color: #7A259C;
}
.AnyTagClassName
{
color: #7A259C;
}
</style>
background-color css
<style>
a { background-color: #7A259C; }
a { background-color: rgb(122,37,156); }
div.DivClassName
{
background-color: #7A259C;
}
.BgClassName
{
background-color: #7A259C;
}
</style>
border-color css
<style>
span { border-color: #7A259C; }
span { border-color: rgb(122,37,156); }
td.TdClassName
{
border-color: #7A259C;
}
.TagClassName
{
border-color: #7A259C;
}
</style>