Shades of Vivid Violet #7A359B
Tints of Vivid Violet #7A359B
RGB
CMYK
RGB Variations
Color information
#7A359B (or 0x7A359B) is known color: Vivid Violet. HEX triplet: 7A, 35 and 9B. RGB value is (122,53,155). Sum of RGB (Red+Green+Blue) = 122+53+155=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A359B is #85CA64. Grayscale: #545454. Windows color (decimal): -8768101 or 10171770. OLE color: 10171770.
HSL color Cylindrical-coordinate representation of color #7A359B: hue angle of 280.59º 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 #7A359B is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 53 | 155 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.39 |
| HSL | 280.59º | 0.49% | 0.41% | - |
| HSV(B) | 280.59º | 0.66% | 0.61% | - |
| XYZ | 15.22 | 9.05 | 31.96 | - |
| YUV | 85.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 155 | 0.21 | 0.66 | 0 | 0.39 | 280.59 | 0.49 | 0.41 |
| Hex | 7A | 35 | 9B | 15 | 42 | 0 | 27 | 119 | 31 | 29 |
| Octal | 172 | 65 | 233 | 25 | 102 | 0 | 47 | 431 | 61 | 51 |
| Binary | 1111010 | 110101 | 10011011 | 10101 | 1000010 | 0 | 100111 | 100011001 | 110001 | 101001 |
Color Harmonies of #7A359B
Complementary color
Monochromatic Colors of #7A359B
Black with #7A359B
Text Example
Text Example
White with #7A359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A359B; }
p { color: rgb(122,53,155); }
H1.HeaderClassName
{
color: #7A359B;
}
.AnyTagClassName
{
color: #7A359B;
}
</style>
background-color css
<style>
a { background-color: #7A359B; }
a { background-color: rgb(122,53,155); }
div.DivClassName
{
background-color: #7A359B;
}
.BgClassName
{
background-color: #7A359B;
}
</style>
border-color css
<style>
span { border-color: #7A359B; }
span { border-color: rgb(122,53,155); }
td.TdClassName
{
border-color: #7A359B;
}
.TagClassName
{
border-color: #7A359B;
}
</style>