Shades of Vivid Violet #792BA4
Tints of Vivid Violet #792BA4
RGB
CMYK
RGB Variations
Color information
#792BA4 (or 0x792BA4) is known color: Vivid Violet. HEX triplet: 79, 2B and A4. RGB value is (121,43,164). Sum of RGB (Red+Green+Blue) = 121+43+164=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #792BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792BA4 is #86D45B. Grayscale: #4F4F4F. Windows color (decimal): -8836188 or 10759033. OLE color: 10759033.
HSL color Cylindrical-coordinate representation of color #792BA4: hue angle of 278.68º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792BA4 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 43 | 164 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.36 |
| HSL | 278.68º | 0.58% | 0.41% | - |
| HSV(B) | 278.68º | 0.74% | 0.64% | - |
| XYZ | 15.45 | 8.47 | 35.94 | - |
| YUV | 80.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 164 | 0.26 | 0.74 | 0 | 0.36 | 278.68 | 0.58 | 0.41 |
| Hex | 79 | 2B | A4 | 1A | 4A | 0 | 24 | 117 | 3A | 29 |
| Octal | 171 | 53 | 244 | 32 | 112 | 0 | 44 | 427 | 72 | 51 |
| Binary | 1111001 | 101011 | 10100100 | 11010 | 1001010 | 0 | 100100 | 100010111 | 111010 | 101001 |
Color Harmonies of #792BA4
Complementary color
Monochromatic Colors of #792BA4
Black with #792BA4
Text Example
Text Example
White with #792BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BA4; }
p { color: rgb(121,43,164); }
H1.HeaderClassName
{
color: #792BA4;
}
.AnyTagClassName
{
color: #792BA4;
}
</style>
background-color css
<style>
a { background-color: #792BA4; }
a { background-color: rgb(121,43,164); }
div.DivClassName
{
background-color: #792BA4;
}
.BgClassName
{
background-color: #792BA4;
}
</style>
border-color css
<style>
span { border-color: #792BA4; }
span { border-color: rgb(121,43,164); }
td.TdClassName
{
border-color: #792BA4;
}
.TagClassName
{
border-color: #792BA4;
}
</style>