Shades of Vivid Violet #78349C
Tints of Vivid Violet #78349C
RGB
CMYK
RGB Variations
Color information
#78349C (or 0x78349C) is known color: Vivid Violet. HEX triplet: 78, 34 and 9C. RGB value is (120,52,156). Sum of RGB (Red+Green+Blue) = 120+52+156=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #78349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78349C is #87CB63. Grayscale: #535353. Windows color (decimal): -8899428 or 10237048. OLE color: 10237048.
HSL color Cylindrical-coordinate representation of color #78349C: hue angle of 279.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78349C is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 52 | 156 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.39 |
| HSL | 279.23º | 0.5% | 0.41% | - |
| HSV(B) | 279.23º | 0.67% | 0.61% | - |
| XYZ | 14.97 | 8.85 | 32.37 | - |
| YUV | 84.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 156 | 0.23 | 0.67 | 0 | 0.39 | 279.23 | 0.5 | 0.41 |
| Hex | 78 | 34 | 9C | 17 | 43 | 0 | 27 | 117 | 32 | 29 |
| Octal | 170 | 64 | 234 | 27 | 103 | 0 | 47 | 427 | 62 | 51 |
| Binary | 1111000 | 110100 | 10011100 | 10111 | 1000011 | 0 | 100111 | 100010111 | 110010 | 101001 |
Color Harmonies of #78349C
Complementary color
Monochromatic Colors of #78349C
Black with #78349C
Text Example
Text Example
White with #78349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78349C; }
p { color: rgb(120,52,156); }
H1.HeaderClassName
{
color: #78349C;
}
.AnyTagClassName
{
color: #78349C;
}
</style>
background-color css
<style>
a { background-color: #78349C; }
a { background-color: rgb(120,52,156); }
div.DivClassName
{
background-color: #78349C;
}
.BgClassName
{
background-color: #78349C;
}
</style>
border-color css
<style>
span { border-color: #78349C; }
span { border-color: rgb(120,52,156); }
td.TdClassName
{
border-color: #78349C;
}
.TagClassName
{
border-color: #78349C;
}
</style>