Shades of Vivid Violet #793D8A
Tints of Vivid Violet #793D8A
RGB
CMYK
RGB Variations
Color information
#793D8A (or 0x793D8A) is known color: Vivid Violet. HEX triplet: 79, 3D and 8A. RGB value is (121,61,138). Sum of RGB (Red+Green+Blue) = 121+61+138=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #793D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793D8A is #86C275. Grayscale: #575757. Windows color (decimal): -8831606 or 9059705. OLE color: 9059705.
HSL color Cylindrical-coordinate representation of color #793D8A: hue angle of 286.75º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #793D8A is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 61 | 138 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.46 |
| HSL | 286.75º | 0.39% | 0.39% | - |
| HSV(B) | 286.75º | 0.56% | 0.54% | - |
| XYZ | 14.14 | 9.24 | 25.08 | - |
| YUV | 87.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 138 | 0.12 | 0.56 | 0 | 0.46 | 286.75 | 0.39 | 0.39 |
| Hex | 79 | 3D | 8A | C | 38 | 0 | 2E | 11F | 27 | 27 |
| Octal | 171 | 75 | 212 | 14 | 70 | 0 | 56 | 437 | 47 | 47 |
| Binary | 1111001 | 111101 | 10001010 | 1100 | 111000 | 0 | 101110 | 100011111 | 100111 | 100111 |
Color Harmonies of #793D8A
Complementary color
Monochromatic Colors of #793D8A
Black with #793D8A
Text Example
Text Example
White with #793D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D8A; }
p { color: rgb(121,61,138); }
H1.HeaderClassName
{
color: #793D8A;
}
.AnyTagClassName
{
color: #793D8A;
}
</style>
background-color css
<style>
a { background-color: #793D8A; }
a { background-color: rgb(121,61,138); }
div.DivClassName
{
background-color: #793D8A;
}
.BgClassName
{
background-color: #793D8A;
}
</style>
border-color css
<style>
span { border-color: #793D8A; }
span { border-color: rgb(121,61,138); }
td.TdClassName
{
border-color: #793D8A;
}
.TagClassName
{
border-color: #793D8A;
}
</style>