Shades of Vivid Violet #78388C
Tints of Vivid Violet #78388C
RGB
CMYK
RGB Variations
Color information
#78388C (or 0x78388C) is known color: Vivid Violet. HEX triplet: 78, 38 and 8C. RGB value is (120,56,140). Sum of RGB (Red+Green+Blue) = 120+56+140=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #78388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78388C is #87C773. Grayscale: #545454. Windows color (decimal): -8898420 or 9189496. OLE color: 9189496.
HSL color Cylindrical-coordinate representation of color #78388C: hue angle of 285.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78388C is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 56 | 140 | - |
| CMYK | 0.14 | 0.6 | 0 | 0.45 |
| HSL | 285.71º | 0.43% | 0.38% | - |
| HSV(B) | 285.71º | 0.6% | 0.55% | - |
| XYZ | 13.89 | 8.71 | 25.76 | - |
| YUV | 84.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 140 | 0.14 | 0.6 | 0 | 0.45 | 285.71 | 0.43 | 0.38 |
| Hex | 78 | 38 | 8C | E | 3C | 0 | 2D | 11E | 2B | 26 |
| Octal | 170 | 70 | 214 | 16 | 74 | 0 | 55 | 436 | 53 | 46 |
| Binary | 1111000 | 111000 | 10001100 | 1110 | 111100 | 0 | 101101 | 100011110 | 101011 | 100110 |
Color Harmonies of #78388C
Complementary color
Monochromatic Colors of #78388C
Black with #78388C
Text Example
Text Example
White with #78388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78388C; }
p { color: rgb(120,56,140); }
H1.HeaderClassName
{
color: #78388C;
}
.AnyTagClassName
{
color: #78388C;
}
</style>
background-color css
<style>
a { background-color: #78388C; }
a { background-color: rgb(120,56,140); }
div.DivClassName
{
background-color: #78388C;
}
.BgClassName
{
background-color: #78388C;
}
</style>
border-color css
<style>
span { border-color: #78388C; }
span { border-color: rgb(120,56,140); }
td.TdClassName
{
border-color: #78388C;
}
.TagClassName
{
border-color: #78388C;
}
</style>