Shades of Vivid Violet #794198
Tints of Vivid Violet #794198
RGB
CMYK
RGB Variations
Color information
#794198 (or 0x794198) is known color: Vivid Violet. HEX triplet: 79, 41 and 98. RGB value is (121,65,152). Sum of RGB (Red+Green+Blue) = 121+65+152=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #794198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794198 is #86BE67. Grayscale: #5B5B5B. Windows color (decimal): -8830568 or 9978233. OLE color: 9978233.
HSL color Cylindrical-coordinate representation of color #794198: hue angle of 278.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794198 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 65 | 152 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.40 |
| HSL | 278.62º | 0.4% | 0.43% | - |
| HSV(B) | 278.62º | 0.57% | 0.6% | - |
| XYZ | 15.44 | 10.11 | 30.84 | - |
| YUV | 91.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 152 | 0.20 | 0.57 | 0 | 0.40 | 278.62 | 0.4 | 0.43 |
| Hex | 79 | 41 | 98 | 14 | 39 | 0 | 28 | 117 | 28 | 2B |
| Octal | 171 | 101 | 230 | 24 | 71 | 0 | 50 | 427 | 50 | 53 |
| Binary | 1111001 | 1000001 | 10011000 | 10100 | 111001 | 0 | 101000 | 100010111 | 101000 | 101011 |
Color Harmonies of #794198
Complementary color
Monochromatic Colors of #794198
Black with #794198
Text Example
Text Example
White with #794198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794198; }
p { color: rgb(121,65,152); }
H1.HeaderClassName
{
color: #794198;
}
.AnyTagClassName
{
color: #794198;
}
</style>
background-color css
<style>
a { background-color: #794198; }
a { background-color: rgb(121,65,152); }
div.DivClassName
{
background-color: #794198;
}
.BgClassName
{
background-color: #794198;
}
</style>
border-color css
<style>
span { border-color: #794198; }
span { border-color: rgb(121,65,152); }
td.TdClassName
{
border-color: #794198;
}
.TagClassName
{
border-color: #794198;
}
</style>