Shades of Vivid Violet #7A359C
Tints of Vivid Violet #7A359C
RGB
CMYK
RGB Variations
Color information
#7A359C (or 0x7A359C) is known color: Vivid Violet. HEX triplet: 7A, 35 and 9C. RGB value is (122,53,156). Sum of RGB (Red+Green+Blue) = 122+53+156=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A359C is #85CA63. Grayscale: #555555. Windows color (decimal): -8768100 or 10237306. OLE color: 10237306.
HSL color Cylindrical-coordinate representation of color #7A359C: hue angle of 280.19º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A359C is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 53 | 156 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.39 |
| HSL | 280.19º | 0.49% | 0.41% | - |
| HSV(B) | 280.19º | 0.66% | 0.61% | - |
| XYZ | 15.3 | 9.08 | 32.4 | - |
| YUV | 85.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 156 | 0.22 | 0.66 | 0 | 0.39 | 280.19 | 0.49 | 0.41 |
| Hex | 7A | 35 | 9C | 16 | 42 | 0 | 27 | 118 | 31 | 29 |
| Octal | 172 | 65 | 234 | 26 | 102 | 0 | 47 | 430 | 61 | 51 |
| Binary | 1111010 | 110101 | 10011100 | 10110 | 1000010 | 0 | 100111 | 100011000 | 110001 | 101001 |
Color Harmonies of #7A359C
Complementary color
Monochromatic Colors of #7A359C
Black with #7A359C
Text Example
Text Example
White with #7A359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A359C; }
p { color: rgb(122,53,156); }
H1.HeaderClassName
{
color: #7A359C;
}
.AnyTagClassName
{
color: #7A359C;
}
</style>
background-color css
<style>
a { background-color: #7A359C; }
a { background-color: rgb(122,53,156); }
div.DivClassName
{
background-color: #7A359C;
}
.BgClassName
{
background-color: #7A359C;
}
</style>
border-color css
<style>
span { border-color: #7A359C; }
span { border-color: rgb(122,53,156); }
td.TdClassName
{
border-color: #7A359C;
}
.TagClassName
{
border-color: #7A359C;
}
</style>