Shades of Vivid Violet #794382
Tints of Vivid Violet #794382
RGB
CMYK
RGB Variations
Color information
#794382 (or 0x794382) is known color: Vivid Violet. HEX triplet: 79, 43 and 82. RGB value is (121,67,130). Sum of RGB (Red+Green+Blue) = 121+67+130=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #794382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794382 is #86BC7D. Grayscale: #5A5A5A. Windows color (decimal): -8830078 or 8536953. OLE color: 8536953.
HSL color Cylindrical-coordinate representation of color #794382: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794382 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 67 | 130 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.49 |
| HSL | 291.43º | 0.32% | 0.39% | - |
| HSV(B) | 291.43º | 0.48% | 0.51% | - |
| XYZ | 13.92 | 9.69 | 22.26 | - |
| YUV | 90.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 130 | 0.07 | 0.48 | 0 | 0.49 | 291.43 | 0.32 | 0.39 |
| Hex | 79 | 43 | 82 | 7 | 30 | 0 | 31 | 123 | 20 | 27 |
| Octal | 171 | 103 | 202 | 7 | 60 | 0 | 61 | 443 | 40 | 47 |
| Binary | 1111001 | 1000011 | 10000010 | 111 | 110000 | 0 | 110001 | 100100011 | 100000 | 100111 |
Color Harmonies of #794382
Complementary color
Monochromatic Colors of #794382
Black with #794382
Text Example
Text Example
White with #794382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794382; }
p { color: rgb(121,67,130); }
H1.HeaderClassName
{
color: #794382;
}
.AnyTagClassName
{
color: #794382;
}
</style>
background-color css
<style>
a { background-color: #794382; }
a { background-color: rgb(121,67,130); }
div.DivClassName
{
background-color: #794382;
}
.BgClassName
{
background-color: #794382;
}
</style>
border-color css
<style>
span { border-color: #794382; }
span { border-color: rgb(121,67,130); }
td.TdClassName
{
border-color: #794382;
}
.TagClassName
{
border-color: #794382;
}
</style>