Shades of Vivid Violet #7A289C
Tints of Vivid Violet #7A289C
RGB
CMYK
RGB Variations
Color information
#7A289C (or 0x7A289C) is known color: Vivid Violet. HEX triplet: 7A, 28 and 9C. RGB value is (122,40,156). Sum of RGB (Red+Green+Blue) = 122+40+156=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A289C is #85D763. Grayscale: #4D4D4D. Windows color (decimal): -8771428 or 10233978. OLE color: 10233978.
HSL color Cylindrical-coordinate representation of color #7A289C: hue angle of 282.41º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A289C is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 40 | 156 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.39 |
| HSL | 282.41º | 0.59% | 0.38% | - |
| HSV(B) | 282.41º | 0.74% | 0.61% | - |
| XYZ | 14.79 | 8.06 | 32.23 | - |
| YUV | 77.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 156 | 0.22 | 0.74 | 0 | 0.39 | 282.41 | 0.59 | 0.38 |
| Hex | 7A | 28 | 9C | 16 | 4A | 0 | 27 | 11A | 3B | 26 |
| Octal | 172 | 50 | 234 | 26 | 112 | 0 | 47 | 432 | 73 | 46 |
| Binary | 1111010 | 101000 | 10011100 | 10110 | 1001010 | 0 | 100111 | 100011010 | 111011 | 100110 |
Color Harmonies of #7A289C
Complementary color
Monochromatic Colors of #7A289C
Black with #7A289C
Text Example
Text Example
White with #7A289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A289C; }
p { color: rgb(122,40,156); }
H1.HeaderClassName
{
color: #7A289C;
}
.AnyTagClassName
{
color: #7A289C;
}
</style>
background-color css
<style>
a { background-color: #7A289C; }
a { background-color: rgb(122,40,156); }
div.DivClassName
{
background-color: #7A289C;
}
.BgClassName
{
background-color: #7A289C;
}
</style>
border-color css
<style>
span { border-color: #7A289C; }
span { border-color: rgb(122,40,156); }
td.TdClassName
{
border-color: #7A289C;
}
.TagClassName
{
border-color: #7A289C;
}
</style>