Shades of Vivid Violet #78279D
Tints of Vivid Violet #78279D
RGB
CMYK
RGB Variations
Color information
#78279D (or 0x78279D) is known color: Vivid Violet. HEX triplet: 78, 27 and 9D. RGB value is (120,39,157). Sum of RGB (Red+Green+Blue) = 120+39+157=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #78279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78279D is #87D862. Grayscale: #4C4C4C. Windows color (decimal): -8902755 or 10299256. OLE color: 10299256.
HSL color Cylindrical-coordinate representation of color #78279D: hue angle of 281.19º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78279D is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 39 | 157 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.38 |
| HSL | 281.19º | 0.6% | 0.38% | - |
| HSV(B) | 281.19º | 0.75% | 0.62% | - |
| XYZ | 14.56 | 7.88 | 32.65 | - |
| YUV | 76.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 157 | 0.24 | 0.75 | 0 | 0.38 | 281.19 | 0.6 | 0.38 |
| Hex | 78 | 27 | 9D | 18 | 4B | 0 | 26 | 119 | 3C | 26 |
| Octal | 170 | 47 | 235 | 30 | 113 | 0 | 46 | 431 | 74 | 46 |
| Binary | 1111000 | 100111 | 10011101 | 11000 | 1001011 | 0 | 100110 | 100011001 | 111100 | 100110 |
Color Harmonies of #78279D
Complementary color
Monochromatic Colors of #78279D
Black with #78279D
Text Example
Text Example
White with #78279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78279D; }
p { color: rgb(120,39,157); }
H1.HeaderClassName
{
color: #78279D;
}
.AnyTagClassName
{
color: #78279D;
}
</style>
background-color css
<style>
a { background-color: #78279D; }
a { background-color: rgb(120,39,157); }
div.DivClassName
{
background-color: #78279D;
}
.BgClassName
{
background-color: #78279D;
}
</style>
border-color css
<style>
span { border-color: #78279D; }
span { border-color: rgb(120,39,157); }
td.TdClassName
{
border-color: #78279D;
}
.TagClassName
{
border-color: #78279D;
}
</style>