Shades of Vivid Violet #78198F
Tints of Vivid Violet #78198F
RGB
CMYK
RGB Variations
Color information
#78198F (or 0x78198F) is known color: Vivid Violet. HEX triplet: 78, 19 and 8F. RGB value is (120,25,143). Sum of RGB (Red+Green+Blue) = 120+25+143=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #78198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78198F is #87E670. Grayscale: #424242. Windows color (decimal): -8906353 or 9378168. OLE color: 9378168.
HSL color Cylindrical-coordinate representation of color #78198F: hue angle of 288.31º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78198F is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 25 | 143 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.44 |
| HSL | 288.31º | 0.7% | 0.33% | - |
| HSV(B) | 288.31º | 0.83% | 0.56% | - |
| XYZ | 13.05 | 6.67 | 26.59 | - |
| YUV | 66.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 143 | 0.16 | 0.83 | 0 | 0.44 | 288.31 | 0.7 | 0.33 |
| Hex | 78 | 19 | 8F | 10 | 53 | 0 | 2C | 120 | 46 | 21 |
| Octal | 170 | 31 | 217 | 20 | 123 | 0 | 54 | 440 | 106 | 41 |
| Binary | 1111000 | 11001 | 10001111 | 10000 | 1010011 | 0 | 101100 | 100100000 | 1000110 | 100001 |
Color Harmonies of #78198F
Complementary color
Monochromatic Colors of #78198F
Black with #78198F
Text Example
Text Example
White with #78198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78198F; }
p { color: rgb(120,25,143); }
H1.HeaderClassName
{
color: #78198F;
}
.AnyTagClassName
{
color: #78198F;
}
</style>
background-color css
<style>
a { background-color: #78198F; }
a { background-color: rgb(120,25,143); }
div.DivClassName
{
background-color: #78198F;
}
.BgClassName
{
background-color: #78198F;
}
</style>
border-color css
<style>
span { border-color: #78198F; }
span { border-color: rgb(120,25,143); }
td.TdClassName
{
border-color: #78198F;
}
.TagClassName
{
border-color: #78198F;
}
</style>