Shades of Vivid Violet #78279E
Tints of Vivid Violet #78279E
RGB
CMYK
RGB Variations
Color information
#78279E (or 0x78279E) is known color: Vivid Violet. HEX triplet: 78, 27 and 9E. RGB value is (120,39,158). Sum of RGB (Red+Green+Blue) = 120+39+158=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #78279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78279E is #87D861. Grayscale: #4C4C4C. Windows color (decimal): -8902754 or 10364792. OLE color: 10364792.
HSL color Cylindrical-coordinate representation of color #78279E: hue angle of 280.84º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78279E is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 39 | 158 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.38 |
| HSL | 280.84º | 0.6% | 0.39% | - |
| HSV(B) | 280.84º | 0.75% | 0.62% | - |
| XYZ | 14.64 | 7.91 | 33.1 | - |
| YUV | 76.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 158 | 0.24 | 0.75 | 0 | 0.38 | 280.84 | 0.6 | 0.39 |
| Hex | 78 | 27 | 9E | 18 | 4B | 0 | 26 | 119 | 3C | 27 |
| Octal | 170 | 47 | 236 | 30 | 113 | 0 | 46 | 431 | 74 | 47 |
| Binary | 1111000 | 100111 | 10011110 | 11000 | 1001011 | 0 | 100110 | 100011001 | 111100 | 100111 |
Color Harmonies of #78279E
Complementary color
Monochromatic Colors of #78279E
Black with #78279E
Text Example
Text Example
White with #78279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78279E; }
p { color: rgb(120,39,158); }
H1.HeaderClassName
{
color: #78279E;
}
.AnyTagClassName
{
color: #78279E;
}
</style>
background-color css
<style>
a { background-color: #78279E; }
a { background-color: rgb(120,39,158); }
div.DivClassName
{
background-color: #78279E;
}
.BgClassName
{
background-color: #78279E;
}
</style>
border-color css
<style>
span { border-color: #78279E; }
span { border-color: rgb(120,39,158); }
td.TdClassName
{
border-color: #78279E;
}
.TagClassName
{
border-color: #78279E;
}
</style>