Shades of Vivid Violet #793185
Tints of Vivid Violet #793185
RGB
CMYK
RGB Variations
Color information
#793185 (or 0x793185) is known color: Vivid Violet. HEX triplet: 79, 31 and 85. RGB value is (121,49,133). Sum of RGB (Red+Green+Blue) = 121+49+133=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #793185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793185 is #86CE7A. Grayscale: #4F4F4F. Windows color (decimal): -8834683 or 8728953. OLE color: 8728953.
HSL color Cylindrical-coordinate representation of color #793185: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #793185 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 49 | 133 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.48 |
| HSL | 291.43º | 0.46% | 0.36% | - |
| HSV(B) | 291.43º | 0.63% | 0.52% | - |
| XYZ | 13.22 | 7.96 | 23.03 | - |
| YUV | 80.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 49 | 133 | 0.09 | 0.63 | 0 | 0.48 | 291.43 | 0.46 | 0.36 |
| Hex | 79 | 31 | 85 | 9 | 3F | 0 | 30 | 123 | 2E | 24 |
| Octal | 171 | 61 | 205 | 11 | 77 | 0 | 60 | 443 | 56 | 44 |
| Binary | 1111001 | 110001 | 10000101 | 1001 | 111111 | 0 | 110000 | 100100011 | 101110 | 100100 |
Color Harmonies of #793185
Complementary color
Monochromatic Colors of #793185
Black with #793185
Text Example
Text Example
White with #793185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793185; }
p { color: rgb(121,49,133); }
H1.HeaderClassName
{
color: #793185;
}
.AnyTagClassName
{
color: #793185;
}
</style>
background-color css
<style>
a { background-color: #793185; }
a { background-color: rgb(121,49,133); }
div.DivClassName
{
background-color: #793185;
}
.BgClassName
{
background-color: #793185;
}
</style>
border-color css
<style>
span { border-color: #793185; }
span { border-color: rgb(121,49,133); }
td.TdClassName
{
border-color: #793185;
}
.TagClassName
{
border-color: #793185;
}
</style>