Shades of Vivid Violet #78198B
Tints of Vivid Violet #78198B
RGB
CMYK
RGB Variations
Color information
#78198B (or 0x78198B) is known color: Vivid Violet. HEX triplet: 78, 19 and 8B. RGB value is (120,25,139). Sum of RGB (Red+Green+Blue) = 120+25+139=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #78198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78198B is #87E674. Grayscale: #424242. Windows color (decimal): -8906357 or 9116024. OLE color: 9116024.
HSL color Cylindrical-coordinate representation of color #78198B: hue angle of 290º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78198B is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 25 | 139 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.45 |
| HSL | 290º | 0.7% | 0.32% | - |
| HSV(B) | 290º | 0.82% | 0.55% | - |
| XYZ | 12.75 | 6.55 | 25.02 | - |
| YUV | 66.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 139 | 0.14 | 0.82 | 0 | 0.45 | 290 | 0.7 | 0.32 |
| Hex | 78 | 19 | 8B | E | 52 | 0 | 2D | 122 | 46 | 20 |
| Octal | 170 | 31 | 213 | 16 | 122 | 0 | 55 | 442 | 106 | 40 |
| Binary | 1111000 | 11001 | 10001011 | 1110 | 1010010 | 0 | 101101 | 100100010 | 1000110 | 100000 |
Color Harmonies of #78198B
Complementary color
Monochromatic Colors of #78198B
Black with #78198B
Text Example
Text Example
White with #78198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78198B; }
p { color: rgb(120,25,139); }
H1.HeaderClassName
{
color: #78198B;
}
.AnyTagClassName
{
color: #78198B;
}
</style>
background-color css
<style>
a { background-color: #78198B; }
a { background-color: rgb(120,25,139); }
div.DivClassName
{
background-color: #78198B;
}
.BgClassName
{
background-color: #78198B;
}
</style>
border-color css
<style>
span { border-color: #78198B; }
span { border-color: rgb(120,25,139); }
td.TdClassName
{
border-color: #78198B;
}
.TagClassName
{
border-color: #78198B;
}
</style>