Shades of Vivid Violet #7A389C
Tints of Vivid Violet #7A389C
RGB
CMYK
RGB Variations
Color information
#7A389C (or 0x7A389C) is known color: Vivid Violet. HEX triplet: 7A, 38 and 9C. RGB value is (122,56,156). Sum of RGB (Red+Green+Blue) = 122+56+156=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A389C is #85C763. Grayscale: #565656. Windows color (decimal): -8767332 or 10238074. OLE color: 10238074.
HSL color Cylindrical-coordinate representation of color #7A389C: hue angle of 279.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A389C is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 56 | 156 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.39 |
| HSL | 279.6º | 0.47% | 0.42% | - |
| HSV(B) | 279.6º | 0.64% | 0.61% | - |
| XYZ | 15.44 | 9.37 | 32.45 | - |
| YUV | 87.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 156 | 0.22 | 0.64 | 0 | 0.39 | 279.6 | 0.47 | 0.42 |
| Hex | 7A | 38 | 9C | 16 | 40 | 0 | 27 | 118 | 2F | 2A |
| Octal | 172 | 70 | 234 | 26 | 100 | 0 | 47 | 430 | 57 | 52 |
| Binary | 1111010 | 111000 | 10011100 | 10110 | 1000000 | 0 | 100111 | 100011000 | 101111 | 101010 |
Color Harmonies of #7A389C
Complementary color
Monochromatic Colors of #7A389C
Black with #7A389C
Text Example
Text Example
White with #7A389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A389C; }
p { color: rgb(122,56,156); }
H1.HeaderClassName
{
color: #7A389C;
}
.AnyTagClassName
{
color: #7A389C;
}
</style>
background-color css
<style>
a { background-color: #7A389C; }
a { background-color: rgb(122,56,156); }
div.DivClassName
{
background-color: #7A389C;
}
.BgClassName
{
background-color: #7A389C;
}
</style>
border-color css
<style>
span { border-color: #7A389C; }
span { border-color: rgb(122,56,156); }
td.TdClassName
{
border-color: #7A389C;
}
.TagClassName
{
border-color: #7A389C;
}
</style>