Shades of Vivid Violet #79438C
Tints of Vivid Violet #79438C
RGB
CMYK
RGB Variations
Color information
#79438C (or 0x79438C) is known color: Vivid Violet. HEX triplet: 79, 43 and 8C. RGB value is (121,67,140). Sum of RGB (Red+Green+Blue) = 121+67+140=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #79438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79438C is #86BC73. Grayscale: #5B5B5B. Windows color (decimal): -8830068 or 9192313. OLE color: 9192313.
HSL color Cylindrical-coordinate representation of color #79438C: hue angle of 284.38º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79438C is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 67 | 140 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.45 |
| HSL | 284.38º | 0.35% | 0.41% | - |
| HSV(B) | 284.38º | 0.52% | 0.55% | - |
| XYZ | 14.63 | 9.97 | 25.97 | - |
| YUV | 91.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 140 | 0.14 | 0.52 | 0 | 0.45 | 284.38 | 0.35 | 0.41 |
| Hex | 79 | 43 | 8C | E | 34 | 0 | 2D | 11C | 23 | 29 |
| Octal | 171 | 103 | 214 | 16 | 64 | 0 | 55 | 434 | 43 | 51 |
| Binary | 1111001 | 1000011 | 10001100 | 1110 | 110100 | 0 | 101101 | 100011100 | 100011 | 101001 |
Color Harmonies of #79438C
Complementary color
Monochromatic Colors of #79438C
Black with #79438C
Text Example
Text Example
White with #79438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79438C; }
p { color: rgb(121,67,140); }
H1.HeaderClassName
{
color: #79438C;
}
.AnyTagClassName
{
color: #79438C;
}
</style>
background-color css
<style>
a { background-color: #79438C; }
a { background-color: rgb(121,67,140); }
div.DivClassName
{
background-color: #79438C;
}
.BgClassName
{
background-color: #79438C;
}
</style>
border-color css
<style>
span { border-color: #79438C; }
span { border-color: rgb(121,67,140); }
td.TdClassName
{
border-color: #79438C;
}
.TagClassName
{
border-color: #79438C;
}
</style>