Shades of Vivid Violet #78298D
Tints of Vivid Violet #78298D
RGB
CMYK
RGB Variations
Color information
#78298D (or 0x78298D) is known color: Vivid Violet. HEX triplet: 78, 29 and 8D. RGB value is (120,41,141). Sum of RGB (Red+Green+Blue) = 120+41+141=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #78298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78298D is #87D672. Grayscale: #4B4B4B. Windows color (decimal): -8902259 or 9251192. OLE color: 9251192.
HSL color Cylindrical-coordinate representation of color #78298D: hue angle of 287.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78298D is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 41 | 141 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.45 |
| HSL | 287.4º | 0.55% | 0.36% | - |
| HSV(B) | 287.4º | 0.71% | 0.55% | - |
| XYZ | 13.35 | 7.5 | 25.94 | - |
| YUV | 76.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 141 | 0.15 | 0.71 | 0 | 0.45 | 287.4 | 0.55 | 0.36 |
| Hex | 78 | 29 | 8D | F | 47 | 0 | 2D | 11F | 37 | 24 |
| Octal | 170 | 51 | 215 | 17 | 107 | 0 | 55 | 437 | 67 | 44 |
| Binary | 1111000 | 101001 | 10001101 | 1111 | 1000111 | 0 | 101101 | 100011111 | 110111 | 100100 |
Color Harmonies of #78298D
Complementary color
Monochromatic Colors of #78298D
Black with #78298D
Text Example
Text Example
White with #78298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78298D; }
p { color: rgb(120,41,141); }
H1.HeaderClassName
{
color: #78298D;
}
.AnyTagClassName
{
color: #78298D;
}
</style>
background-color css
<style>
a { background-color: #78298D; }
a { background-color: rgb(120,41,141); }
div.DivClassName
{
background-color: #78298D;
}
.BgClassName
{
background-color: #78298D;
}
</style>
border-color css
<style>
span { border-color: #78298D; }
span { border-color: rgb(120,41,141); }
td.TdClassName
{
border-color: #78298D;
}
.TagClassName
{
border-color: #78298D;
}
</style>