Shades of Vivid Violet #791C8C
Tints of Vivid Violet #791C8C
RGB
CMYK
RGB Variations
Color information
#791C8C (or 0x791C8C) is known color: Vivid Violet. HEX triplet: 79, 1C and 8C. RGB value is (121,28,140). Sum of RGB (Red+Green+Blue) = 121+28+140=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #791C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791C8C is #86E373. Grayscale: #444444. Windows color (decimal): -8840052 or 9182329. OLE color: 9182329.
HSL color Cylindrical-coordinate representation of color #791C8C: hue angle of 289.82º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791C8C is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 28 | 140 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.45 |
| HSL | 289.82º | 0.67% | 0.33% | - |
| HSV(B) | 289.82º | 0.8% | 0.55% | - |
| XYZ | 13.03 | 6.79 | 25.43 | - |
| YUV | 68.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 140 | 0.14 | 0.80 | 0 | 0.45 | 289.82 | 0.67 | 0.33 |
| Hex | 79 | 1C | 8C | E | 50 | 0 | 2D | 122 | 43 | 21 |
| Octal | 171 | 34 | 214 | 16 | 120 | 0 | 55 | 442 | 103 | 41 |
| Binary | 1111001 | 11100 | 10001100 | 1110 | 1010000 | 0 | 101101 | 100100010 | 1000011 | 100001 |
Color Harmonies of #791C8C
Complementary color
Monochromatic Colors of #791C8C
Black with #791C8C
Text Example
Text Example
White with #791C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C8C; }
p { color: rgb(121,28,140); }
H1.HeaderClassName
{
color: #791C8C;
}
.AnyTagClassName
{
color: #791C8C;
}
</style>
background-color css
<style>
a { background-color: #791C8C; }
a { background-color: rgb(121,28,140); }
div.DivClassName
{
background-color: #791C8C;
}
.BgClassName
{
background-color: #791C8C;
}
</style>
border-color css
<style>
span { border-color: #791C8C; }
span { border-color: rgb(121,28,140); }
td.TdClassName
{
border-color: #791C8C;
}
.TagClassName
{
border-color: #791C8C;
}
</style>