Shades of Vivid Violet #792285
Tints of Vivid Violet #792285
RGB
CMYK
RGB Variations
Color information
#792285 (or 0x792285) is known color: Vivid Violet. HEX triplet: 79, 22 and 85. RGB value is (121,34,133). Sum of RGB (Red+Green+Blue) = 121+34+133=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #792285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792285 is #86DD7A. Grayscale: #464646. Windows color (decimal): -8838523 or 8725113. OLE color: 8725113.
HSL color Cylindrical-coordinate representation of color #792285: hue angle of 292.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792285 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 34 | 133 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.48 |
| HSL | 292.73º | 0.59% | 0.33% | - |
| HSV(B) | 292.73º | 0.74% | 0.52% | - |
| XYZ | 12.69 | 6.9 | 22.85 | - |
| YUV | 71.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 133 | 0.09 | 0.74 | 0 | 0.48 | 292.73 | 0.59 | 0.33 |
| Hex | 79 | 22 | 85 | 9 | 4A | 0 | 30 | 125 | 3B | 21 |
| Octal | 171 | 42 | 205 | 11 | 112 | 0 | 60 | 445 | 73 | 41 |
| Binary | 1111001 | 100010 | 10000101 | 1001 | 1001010 | 0 | 110000 | 100100101 | 111011 | 100001 |
Color Harmonies of #792285
Complementary color
Monochromatic Colors of #792285
Black with #792285
Text Example
Text Example
White with #792285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792285; }
p { color: rgb(121,34,133); }
H1.HeaderClassName
{
color: #792285;
}
.AnyTagClassName
{
color: #792285;
}
</style>
background-color css
<style>
a { background-color: #792285; }
a { background-color: rgb(121,34,133); }
div.DivClassName
{
background-color: #792285;
}
.BgClassName
{
background-color: #792285;
}
</style>
border-color css
<style>
span { border-color: #792285; }
span { border-color: rgb(121,34,133); }
td.TdClassName
{
border-color: #792285;
}
.TagClassName
{
border-color: #792285;
}
</style>