Shades of Vivid Violet #794385
Tints of Vivid Violet #794385
RGB
CMYK
RGB Variations
Color information
#794385 (or 0x794385) is known color: Vivid Violet. HEX triplet: 79, 43 and 85. RGB value is (121,67,133). Sum of RGB (Red+Green+Blue) = 121+67+133=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #794385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794385 is #86BC7A. Grayscale: #5A5A5A. Windows color (decimal): -8830075 or 8733561. OLE color: 8733561.
HSL color Cylindrical-coordinate representation of color #794385: hue angle of 289.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794385 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 67 | 133 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.48 |
| HSL | 289.09º | 0.33% | 0.39% | - |
| HSV(B) | 289.09º | 0.5% | 0.52% | - |
| XYZ | 14.13 | 9.77 | 23.33 | - |
| YUV | 90.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 133 | 0.09 | 0.50 | 0 | 0.48 | 289.09 | 0.33 | 0.39 |
| Hex | 79 | 43 | 85 | 9 | 32 | 0 | 30 | 121 | 21 | 27 |
| Octal | 171 | 103 | 205 | 11 | 62 | 0 | 60 | 441 | 41 | 47 |
| Binary | 1111001 | 1000011 | 10000101 | 1001 | 110010 | 0 | 110000 | 100100001 | 100001 | 100111 |
Color Harmonies of #794385
Complementary color
Monochromatic Colors of #794385
Black with #794385
Text Example
Text Example
White with #794385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794385; }
p { color: rgb(121,67,133); }
H1.HeaderClassName
{
color: #794385;
}
.AnyTagClassName
{
color: #794385;
}
</style>
background-color css
<style>
a { background-color: #794385; }
a { background-color: rgb(121,67,133); }
div.DivClassName
{
background-color: #794385;
}
.BgClassName
{
background-color: #794385;
}
</style>
border-color css
<style>
span { border-color: #794385; }
span { border-color: rgb(121,67,133); }
td.TdClassName
{
border-color: #794385;
}
.TagClassName
{
border-color: #794385;
}
</style>