Shades of Vivid Violet #78378F
Tints of Vivid Violet #78378F
RGB
CMYK
RGB Variations
Color information
#78378F (or 0x78378F) is known color: Vivid Violet. HEX triplet: 78, 37 and 8F. RGB value is (120,55,143). Sum of RGB (Red+Green+Blue) = 120+55+143=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #78378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78378F is #87C870. Grayscale: #545454. Windows color (decimal): -8898673 or 9385848. OLE color: 9385848.
HSL color Cylindrical-coordinate representation of color #78378F: hue angle of 284.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78378F is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 55 | 143 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.44 |
| HSL | 284.32º | 0.44% | 0.39% | - |
| HSV(B) | 284.32º | 0.62% | 0.56% | - |
| XYZ | 14.07 | 8.71 | 26.93 | - |
| YUV | 84.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 143 | 0.16 | 0.62 | 0 | 0.44 | 284.32 | 0.44 | 0.39 |
| Hex | 78 | 37 | 8F | 10 | 3E | 0 | 2C | 11C | 2C | 27 |
| Octal | 170 | 67 | 217 | 20 | 76 | 0 | 54 | 434 | 54 | 47 |
| Binary | 1111000 | 110111 | 10001111 | 10000 | 111110 | 0 | 101100 | 100011100 | 101100 | 100111 |
Color Harmonies of #78378F
Complementary color
Monochromatic Colors of #78378F
Black with #78378F
Text Example
Text Example
White with #78378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78378F; }
p { color: rgb(120,55,143); }
H1.HeaderClassName
{
color: #78378F;
}
.AnyTagClassName
{
color: #78378F;
}
</style>
background-color css
<style>
a { background-color: #78378F; }
a { background-color: rgb(120,55,143); }
div.DivClassName
{
background-color: #78378F;
}
.BgClassName
{
background-color: #78378F;
}
</style>
border-color css
<style>
span { border-color: #78378F; }
span { border-color: rgb(120,55,143); }
td.TdClassName
{
border-color: #78378F;
}
.TagClassName
{
border-color: #78378F;
}
</style>