Shades of Vivid Violet #78238C
Tints of Vivid Violet #78238C
RGB
CMYK
RGB Variations
Color information
#78238C (or 0x78238C) is known color: Vivid Violet. HEX triplet: 78, 23 and 8C. RGB value is (120,35,140). Sum of RGB (Red+Green+Blue) = 120+35+140=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #78238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78238C is #87DC73. Grayscale: #484848. Windows color (decimal): -8903796 or 9184120. OLE color: 9184120.
HSL color Cylindrical-coordinate representation of color #78238C: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78238C is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 35 | 140 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.45 |
| HSL | 288.57º | 0.6% | 0.34% | - |
| HSV(B) | 288.57º | 0.75% | 0.55% | - |
| XYZ | 13.08 | 7.09 | 25.49 | - |
| YUV | 72.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 140 | 0.14 | 0.75 | 0 | 0.45 | 288.57 | 0.6 | 0.34 |
| Hex | 78 | 23 | 8C | E | 4B | 0 | 2D | 121 | 3C | 22 |
| Octal | 170 | 43 | 214 | 16 | 113 | 0 | 55 | 441 | 74 | 42 |
| Binary | 1111000 | 100011 | 10001100 | 1110 | 1001011 | 0 | 101101 | 100100001 | 111100 | 100010 |
Color Harmonies of #78238C
Complementary color
Monochromatic Colors of #78238C
Black with #78238C
Text Example
Text Example
White with #78238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78238C; }
p { color: rgb(120,35,140); }
H1.HeaderClassName
{
color: #78238C;
}
.AnyTagClassName
{
color: #78238C;
}
</style>
background-color css
<style>
a { background-color: #78238C; }
a { background-color: rgb(120,35,140); }
div.DivClassName
{
background-color: #78238C;
}
.BgClassName
{
background-color: #78238C;
}
</style>
border-color css
<style>
span { border-color: #78238C; }
span { border-color: rgb(120,35,140); }
td.TdClassName
{
border-color: #78238C;
}
.TagClassName
{
border-color: #78238C;
}
</style>