Shades of Vivid Violet #78278D
Tints of Vivid Violet #78278D
RGB
CMYK
RGB Variations
Color information
#78278D (or 0x78278D) is known color: Vivid Violet. HEX triplet: 78, 27 and 8D. RGB value is (120,39,141). Sum of RGB (Red+Green+Blue) = 120+39+141=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #78278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78278D is #87D872. Grayscale: #4A4A4A. Windows color (decimal): -8902771 or 9250680. OLE color: 9250680.
HSL color Cylindrical-coordinate representation of color #78278D: hue angle of 287.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78278D is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 39 | 141 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.45 |
| HSL | 287.65º | 0.57% | 0.35% | - |
| HSV(B) | 287.65º | 0.72% | 0.55% | - |
| XYZ | 13.28 | 7.37 | 25.92 | - |
| YUV | 74.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 141 | 0.15 | 0.72 | 0 | 0.45 | 287.65 | 0.57 | 0.35 |
| Hex | 78 | 27 | 8D | F | 48 | 0 | 2D | 120 | 39 | 23 |
| Octal | 170 | 47 | 215 | 17 | 110 | 0 | 55 | 440 | 71 | 43 |
| Binary | 1111000 | 100111 | 10001101 | 1111 | 1001000 | 0 | 101101 | 100100000 | 111001 | 100011 |
Color Harmonies of #78278D
Complementary color
Monochromatic Colors of #78278D
Black with #78278D
Text Example
Text Example
White with #78278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78278D; }
p { color: rgb(120,39,141); }
H1.HeaderClassName
{
color: #78278D;
}
.AnyTagClassName
{
color: #78278D;
}
</style>
background-color css
<style>
a { background-color: #78278D; }
a { background-color: rgb(120,39,141); }
div.DivClassName
{
background-color: #78278D;
}
.BgClassName
{
background-color: #78278D;
}
</style>
border-color css
<style>
span { border-color: #78278D; }
span { border-color: rgb(120,39,141); }
td.TdClassName
{
border-color: #78278D;
}
.TagClassName
{
border-color: #78278D;
}
</style>