Shades of Vivid Violet #793382
Tints of Vivid Violet #793382
RGB
CMYK
RGB Variations
Color information
#793382 (or 0x793382) is known color: Vivid Violet. HEX triplet: 79, 33 and 82. RGB value is (121,51,130). Sum of RGB (Red+Green+Blue) = 121+51+130=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #793382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793382 is #86CC7D. Grayscale: #505050. Windows color (decimal): -8834174 or 8532857. OLE color: 8532857.
HSL color Cylindrical-coordinate representation of color #793382: hue angle of 293.16º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #793382 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 51 | 130 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.49 |
| HSL | 293.16º | 0.44% | 0.35% | - |
| HSV(B) | 293.16º | 0.61% | 0.51% | - |
| XYZ | 13.1 | 8.04 | 21.98 | - |
| YUV | 80.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 51 | 130 | 0.07 | 0.61 | 0 | 0.49 | 293.16 | 0.44 | 0.35 |
| Hex | 79 | 33 | 82 | 7 | 3D | 0 | 31 | 125 | 2C | 23 |
| Octal | 171 | 63 | 202 | 7 | 75 | 0 | 61 | 445 | 54 | 43 |
| Binary | 1111001 | 110011 | 10000010 | 111 | 111101 | 0 | 110001 | 100100101 | 101100 | 100011 |
Color Harmonies of #793382
Complementary color
Monochromatic Colors of #793382
Black with #793382
Text Example
Text Example
White with #793382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793382; }
p { color: rgb(121,51,130); }
H1.HeaderClassName
{
color: #793382;
}
.AnyTagClassName
{
color: #793382;
}
</style>
background-color css
<style>
a { background-color: #793382; }
a { background-color: rgb(121,51,130); }
div.DivClassName
{
background-color: #793382;
}
.BgClassName
{
background-color: #793382;
}
</style>
border-color css
<style>
span { border-color: #793382; }
span { border-color: rgb(121,51,130); }
td.TdClassName
{
border-color: #793382;
}
.TagClassName
{
border-color: #793382;
}
</style>