Shades of Vivid Violet #793888
Tints of Vivid Violet #793888
RGB
CMYK
RGB Variations
Color information
#793888 (or 0x793888) is known color: Vivid Violet. HEX triplet: 79, 38 and 88. RGB value is (121,56,136). Sum of RGB (Red+Green+Blue) = 121+56+136=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #793888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793888 is #86C777. Grayscale: #545454. Windows color (decimal): -8832888 or 8927353. OLE color: 8927353.
HSL color Cylindrical-coordinate representation of color #793888: hue angle of 288.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #793888 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 56 | 136 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.47 |
| HSL | 288.75º | 0.42% | 0.38% | - |
| HSV(B) | 288.75º | 0.59% | 0.53% | - |
| XYZ | 13.74 | 8.67 | 24.24 | - |
| YUV | 84.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 136 | 0.11 | 0.59 | 0 | 0.47 | 288.75 | 0.42 | 0.38 |
| Hex | 79 | 38 | 88 | B | 3B | 0 | 2F | 121 | 2A | 26 |
| Octal | 171 | 70 | 210 | 13 | 73 | 0 | 57 | 441 | 52 | 46 |
| Binary | 1111001 | 111000 | 10001000 | 1011 | 111011 | 0 | 101111 | 100100001 | 101010 | 100110 |
Color Harmonies of #793888
Complementary color
Monochromatic Colors of #793888
Black with #793888
Text Example
Text Example
White with #793888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793888; }
p { color: rgb(121,56,136); }
H1.HeaderClassName
{
color: #793888;
}
.AnyTagClassName
{
color: #793888;
}
</style>
background-color css
<style>
a { background-color: #793888; }
a { background-color: rgb(121,56,136); }
div.DivClassName
{
background-color: #793888;
}
.BgClassName
{
background-color: #793888;
}
</style>
border-color css
<style>
span { border-color: #793888; }
span { border-color: rgb(121,56,136); }
td.TdClassName
{
border-color: #793888;
}
.TagClassName
{
border-color: #793888;
}
</style>