Shades of Vivid Violet #793082
Tints of Vivid Violet #793082
RGB
CMYK
RGB Variations
Color information
#793082 (or 0x793082) is known color: Vivid Violet. HEX triplet: 79, 30 and 82. RGB value is (121,48,130). Sum of RGB (Red+Green+Blue) = 121+48+130=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #793082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793082 is #86CF7D. Grayscale: #4E4E4E. Windows color (decimal): -8834942 or 8532089. OLE color: 8532089.
HSL color Cylindrical-coordinate representation of color #793082: hue angle of 293.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #793082 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 48 | 130 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.49 |
| HSL | 293.41º | 0.46% | 0.35% | - |
| HSV(B) | 293.41º | 0.63% | 0.51% | - |
| XYZ | 12.97 | 7.79 | 21.94 | - |
| YUV | 79.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 130 | 0.07 | 0.63 | 0 | 0.49 | 293.41 | 0.46 | 0.35 |
| Hex | 79 | 30 | 82 | 7 | 3F | 0 | 31 | 125 | 2E | 23 |
| Octal | 171 | 60 | 202 | 7 | 77 | 0 | 61 | 445 | 56 | 43 |
| Binary | 1111001 | 110000 | 10000010 | 111 | 111111 | 0 | 110001 | 100100101 | 101110 | 100011 |
Color Harmonies of #793082
Complementary color
Monochromatic Colors of #793082
Black with #793082
Text Example
Text Example
White with #793082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793082; }
p { color: rgb(121,48,130); }
H1.HeaderClassName
{
color: #793082;
}
.AnyTagClassName
{
color: #793082;
}
</style>
background-color css
<style>
a { background-color: #793082; }
a { background-color: rgb(121,48,130); }
div.DivClassName
{
background-color: #793082;
}
.BgClassName
{
background-color: #793082;
}
</style>
border-color css
<style>
span { border-color: #793082; }
span { border-color: rgb(121,48,130); }
td.TdClassName
{
border-color: #793082;
}
.TagClassName
{
border-color: #793082;
}
</style>