Shades of Vivid Violet #792493
Tints of Vivid Violet #792493
RGB
CMYK
RGB Variations
Color information
#792493 (or 0x792493) is known color: Vivid Violet. HEX triplet: 79, 24 and 93. RGB value is (121,36,147). Sum of RGB (Red+Green+Blue) = 121+36+147=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #792493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792493 is #86DB6C. Grayscale: #494949. Windows color (decimal): -8837997 or 9643129. OLE color: 9643129.
HSL color Cylindrical-coordinate representation of color #792493: hue angle of 285.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792493 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 36 | 147 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.42 |
| HSL | 285.95º | 0.61% | 0.36% | - |
| HSV(B) | 285.95º | 0.76% | 0.58% | - |
| XYZ | 13.78 | 7.43 | 28.31 | - |
| YUV | 74.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 147 | 0.18 | 0.76 | 0 | 0.42 | 285.95 | 0.61 | 0.36 |
| Hex | 79 | 24 | 93 | 12 | 4C | 0 | 2A | 11E | 3D | 24 |
| Octal | 171 | 44 | 223 | 22 | 114 | 0 | 52 | 436 | 75 | 44 |
| Binary | 1111001 | 100100 | 10010011 | 10010 | 1001100 | 0 | 101010 | 100011110 | 111101 | 100100 |
Color Harmonies of #792493
Complementary color
Monochromatic Colors of #792493
Black with #792493
Text Example
Text Example
White with #792493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792493; }
p { color: rgb(121,36,147); }
H1.HeaderClassName
{
color: #792493;
}
.AnyTagClassName
{
color: #792493;
}
</style>
background-color css
<style>
a { background-color: #792493; }
a { background-color: rgb(121,36,147); }
div.DivClassName
{
background-color: #792493;
}
.BgClassName
{
background-color: #792493;
}
</style>
border-color css
<style>
span { border-color: #792493; }
span { border-color: rgb(121,36,147); }
td.TdClassName
{
border-color: #792493;
}
.TagClassName
{
border-color: #792493;
}
</style>