Shades of Vivid Violet #78229F
Tints of Vivid Violet #78229F
RGB
CMYK
RGB Variations
Color information
#78229F (or 0x78229F) is known color: Vivid Violet. HEX triplet: 78, 22 and 9F. RGB value is (120,34,159). Sum of RGB (Red+Green+Blue) = 120+34+159=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #78229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78229F is #87DD60. Grayscale: #494949. Windows color (decimal): -8904033 or 10429048. OLE color: 10429048.
HSL color Cylindrical-coordinate representation of color #78229F: hue angle of 281.28º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78229F is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 34 | 159 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.38 |
| HSL | 281.28º | 0.65% | 0.38% | - |
| HSV(B) | 281.28º | 0.79% | 0.62% | - |
| XYZ | 14.58 | 7.64 | 33.51 | - |
| YUV | 73.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 34 | 159 | 0.25 | 0.79 | 0 | 0.38 | 281.28 | 0.65 | 0.38 |
| Hex | 78 | 22 | 9F | 19 | 4F | 0 | 26 | 119 | 41 | 26 |
| Octal | 170 | 42 | 237 | 31 | 117 | 0 | 46 | 431 | 101 | 46 |
| Binary | 1111000 | 100010 | 10011111 | 11001 | 1001111 | 0 | 100110 | 100011001 | 1000001 | 100110 |
Color Harmonies of #78229F
Complementary color
Monochromatic Colors of #78229F
Black with #78229F
Text Example
Text Example
White with #78229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78229F; }
p { color: rgb(120,34,159); }
H1.HeaderClassName
{
color: #78229F;
}
.AnyTagClassName
{
color: #78229F;
}
</style>
background-color css
<style>
a { background-color: #78229F; }
a { background-color: rgb(120,34,159); }
div.DivClassName
{
background-color: #78229F;
}
.BgClassName
{
background-color: #78229F;
}
</style>
border-color css
<style>
span { border-color: #78229F; }
span { border-color: rgb(120,34,159); }
td.TdClassName
{
border-color: #78229F;
}
.TagClassName
{
border-color: #78229F;
}
</style>