Shades of Vivid Violet #79358A
Tints of Vivid Violet #79358A
RGB
CMYK
RGB Variations
Color information
#79358A (or 0x79358A) is known color: Vivid Violet. HEX triplet: 79, 35 and 8A. RGB value is (121,53,138). Sum of RGB (Red+Green+Blue) = 121+53+138=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #79358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79358A is #86CA75. Grayscale: #525252. Windows color (decimal): -8833654 or 9057657. OLE color: 9057657.
HSL color Cylindrical-coordinate representation of color #79358A: hue angle of 288º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79358A is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 53 | 138 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.46 |
| HSL | 288º | 0.45% | 0.37% | - |
| HSV(B) | 288º | 0.62% | 0.54% | - |
| XYZ | 13.75 | 8.45 | 24.95 | - |
| YUV | 83.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 138 | 0.12 | 0.62 | 0 | 0.46 | 288 | 0.45 | 0.37 |
| Hex | 79 | 35 | 8A | C | 3E | 0 | 2E | 120 | 2D | 25 |
| Octal | 171 | 65 | 212 | 14 | 76 | 0 | 56 | 440 | 55 | 45 |
| Binary | 1111001 | 110101 | 10001010 | 1100 | 111110 | 0 | 101110 | 100100000 | 101101 | 100101 |
Color Harmonies of #79358A
Complementary color
Monochromatic Colors of #79358A
Black with #79358A
Text Example
Text Example
White with #79358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79358A; }
p { color: rgb(121,53,138); }
H1.HeaderClassName
{
color: #79358A;
}
.AnyTagClassName
{
color: #79358A;
}
</style>
background-color css
<style>
a { background-color: #79358A; }
a { background-color: rgb(121,53,138); }
div.DivClassName
{
background-color: #79358A;
}
.BgClassName
{
background-color: #79358A;
}
</style>
border-color css
<style>
span { border-color: #79358A; }
span { border-color: rgb(121,53,138); }
td.TdClassName
{
border-color: #79358A;
}
.TagClassName
{
border-color: #79358A;
}
</style>