Shades of Vivid Violet #791A93
Tints of Vivid Violet #791A93
RGB
CMYK
RGB Variations
Color information
#791A93 (or 0x791A93) is known color: Vivid Violet. HEX triplet: 79, 1A and 93. RGB value is (121,26,147). Sum of RGB (Red+Green+Blue) = 121+26+147=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #791A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791A93 is #86E56C. Grayscale: #434343. Windows color (decimal): -8840557 or 9640569. OLE color: 9640569.
HSL color Cylindrical-coordinate representation of color #791A93: hue angle of 287.11º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791A93 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 26 | 147 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.42 |
| HSL | 287.11º | 0.7% | 0.34% | - |
| HSV(B) | 287.11º | 0.82% | 0.58% | - |
| XYZ | 13.52 | 6.91 | 28.22 | - |
| YUV | 68.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 147 | 0.18 | 0.82 | 0 | 0.42 | 287.11 | 0.7 | 0.34 |
| Hex | 79 | 1A | 93 | 12 | 52 | 0 | 2A | 11F | 46 | 22 |
| Octal | 171 | 32 | 223 | 22 | 122 | 0 | 52 | 437 | 106 | 42 |
| Binary | 1111001 | 11010 | 10010011 | 10010 | 1010010 | 0 | 101010 | 100011111 | 1000110 | 100010 |
Color Harmonies of #791A93
Complementary color
Monochromatic Colors of #791A93
Black with #791A93
Text Example
Text Example
White with #791A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791A93; }
p { color: rgb(121,26,147); }
H1.HeaderClassName
{
color: #791A93;
}
.AnyTagClassName
{
color: #791A93;
}
</style>
background-color css
<style>
a { background-color: #791A93; }
a { background-color: rgb(121,26,147); }
div.DivClassName
{
background-color: #791A93;
}
.BgClassName
{
background-color: #791A93;
}
</style>
border-color css
<style>
span { border-color: #791A93; }
span { border-color: rgb(121,26,147); }
td.TdClassName
{
border-color: #791A93;
}
.TagClassName
{
border-color: #791A93;
}
</style>