Shades of Vivid Violet #792CA4
Tints of Vivid Violet #792CA4
RGB
CMYK
RGB Variations
Color information
#792CA4 (or 0x792CA4) is known color: Vivid Violet. HEX triplet: 79, 2C and A4. RGB value is (121,44,164). Sum of RGB (Red+Green+Blue) = 121+44+164=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #792CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CA4 is #86D35B. Grayscale: #505050. Windows color (decimal): -8835932 or 10759289. OLE color: 10759289.
HSL color Cylindrical-coordinate representation of color #792CA4: hue angle of 278.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792CA4 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 44 | 164 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.36 |
| HSL | 278.5º | 0.58% | 0.41% | - |
| HSV(B) | 278.5º | 0.73% | 0.64% | - |
| XYZ | 15.49 | 8.55 | 35.96 | - |
| YUV | 80.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 164 | 0.26 | 0.73 | 0 | 0.36 | 278.5 | 0.58 | 0.41 |
| Hex | 79 | 2C | A4 | 1A | 49 | 0 | 24 | 116 | 3A | 29 |
| Octal | 171 | 54 | 244 | 32 | 111 | 0 | 44 | 426 | 72 | 51 |
| Binary | 1111001 | 101100 | 10100100 | 11010 | 1001001 | 0 | 100100 | 100010110 | 111010 | 101001 |
Color Harmonies of #792CA4
Complementary color
Monochromatic Colors of #792CA4
Black with #792CA4
Text Example
Text Example
White with #792CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CA4; }
p { color: rgb(121,44,164); }
H1.HeaderClassName
{
color: #792CA4;
}
.AnyTagClassName
{
color: #792CA4;
}
</style>
background-color css
<style>
a { background-color: #792CA4; }
a { background-color: rgb(121,44,164); }
div.DivClassName
{
background-color: #792CA4;
}
.BgClassName
{
background-color: #792CA4;
}
</style>
border-color css
<style>
span { border-color: #792CA4; }
span { border-color: rgb(121,44,164); }
td.TdClassName
{
border-color: #792CA4;
}
.TagClassName
{
border-color: #792CA4;
}
</style>