Shades of Vivid Violet #78388D
Tints of Vivid Violet #78388D
RGB
CMYK
RGB Variations
Color information
#78388D (or 0x78388D) is known color: Vivid Violet. HEX triplet: 78, 38 and 8D. RGB value is (120,56,141). Sum of RGB (Red+Green+Blue) = 120+56+141=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #78388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78388D is #87C772. Grayscale: #545454. Windows color (decimal): -8898419 or 9255032. OLE color: 9255032.
HSL color Cylindrical-coordinate representation of color #78388D: hue angle of 285.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78388D is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 56 | 141 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.45 |
| HSL | 285.18º | 0.43% | 0.39% | - |
| HSV(B) | 285.18º | 0.6% | 0.55% | - |
| XYZ | 13.97 | 8.74 | 26.15 | - |
| YUV | 84.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 141 | 0.15 | 0.60 | 0 | 0.45 | 285.18 | 0.43 | 0.39 |
| Hex | 78 | 38 | 8D | F | 3C | 0 | 2D | 11D | 2B | 27 |
| Octal | 170 | 70 | 215 | 17 | 74 | 0 | 55 | 435 | 53 | 47 |
| Binary | 1111000 | 111000 | 10001101 | 1111 | 111100 | 0 | 101101 | 100011101 | 101011 | 100111 |
Color Harmonies of #78388D
Complementary color
Monochromatic Colors of #78388D
Black with #78388D
Text Example
Text Example
White with #78388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78388D; }
p { color: rgb(120,56,141); }
H1.HeaderClassName
{
color: #78388D;
}
.AnyTagClassName
{
color: #78388D;
}
</style>
background-color css
<style>
a { background-color: #78388D; }
a { background-color: rgb(120,56,141); }
div.DivClassName
{
background-color: #78388D;
}
.BgClassName
{
background-color: #78388D;
}
</style>
border-color css
<style>
span { border-color: #78388D; }
span { border-color: rgb(120,56,141); }
td.TdClassName
{
border-color: #78388D;
}
.TagClassName
{
border-color: #78388D;
}
</style>