Shades of Vivid Violet #78379B
Tints of Vivid Violet #78379B
RGB
CMYK
RGB Variations
Color information
#78379B (or 0x78379B) is known color: Vivid Violet. HEX triplet: 78, 37 and 9B. RGB value is (120,55,155). Sum of RGB (Red+Green+Blue) = 120+55+155=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #78379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78379B is #87C864. Grayscale: #555555. Windows color (decimal): -8898661 or 10172280. OLE color: 10172280.
HSL color Cylindrical-coordinate representation of color #78379B: hue angle of 279º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78379B is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 55 | 155 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.39 |
| HSL | 279º | 0.48% | 0.41% | - |
| HSV(B) | 279º | 0.65% | 0.61% | - |
| XYZ | 15.03 | 9.09 | 31.97 | - |
| YUV | 85.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 155 | 0.23 | 0.65 | 0 | 0.39 | 279 | 0.48 | 0.41 |
| Hex | 78 | 37 | 9B | 17 | 41 | 0 | 27 | 117 | 30 | 29 |
| Octal | 170 | 67 | 233 | 27 | 101 | 0 | 47 | 427 | 60 | 51 |
| Binary | 1111000 | 110111 | 10011011 | 10111 | 1000001 | 0 | 100111 | 100010111 | 110000 | 101001 |
Color Harmonies of #78379B
Complementary color
Monochromatic Colors of #78379B
Black with #78379B
Text Example
Text Example
White with #78379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78379B; }
p { color: rgb(120,55,155); }
H1.HeaderClassName
{
color: #78379B;
}
.AnyTagClassName
{
color: #78379B;
}
</style>
background-color css
<style>
a { background-color: #78379B; }
a { background-color: rgb(120,55,155); }
div.DivClassName
{
background-color: #78379B;
}
.BgClassName
{
background-color: #78379B;
}
</style>
border-color css
<style>
span { border-color: #78379B; }
span { border-color: rgb(120,55,155); }
td.TdClassName
{
border-color: #78379B;
}
.TagClassName
{
border-color: #78379B;
}
</style>