Shades of Vivid Violet #78359D
Tints of Vivid Violet #78359D
RGB
CMYK
RGB Variations
Color information
#78359D (or 0x78359D) is known color: Vivid Violet. HEX triplet: 78, 35 and 9D. RGB value is (120,53,157). Sum of RGB (Red+Green+Blue) = 120+53+157=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #78359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78359D is #87CA62. Grayscale: #545454. Windows color (decimal): -8899171 or 10302840. OLE color: 10302840.
HSL color Cylindrical-coordinate representation of color #78359D: hue angle of 278.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78359D is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 53 | 157 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.38 |
| HSL | 278.65º | 0.5% | 0.41% | - |
| HSV(B) | 278.65º | 0.66% | 0.62% | - |
| XYZ | 15.1 | 8.97 | 32.83 | - |
| YUV | 84.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 157 | 0.24 | 0.66 | 0 | 0.38 | 278.65 | 0.5 | 0.41 |
| Hex | 78 | 35 | 9D | 18 | 42 | 0 | 26 | 117 | 32 | 29 |
| Octal | 170 | 65 | 235 | 30 | 102 | 0 | 46 | 427 | 62 | 51 |
| Binary | 1111000 | 110101 | 10011101 | 11000 | 1000010 | 0 | 100110 | 100010111 | 110010 | 101001 |
Color Harmonies of #78359D
Complementary color
Monochromatic Colors of #78359D
Black with #78359D
Text Example
Text Example
White with #78359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78359D; }
p { color: rgb(120,53,157); }
H1.HeaderClassName
{
color: #78359D;
}
.AnyTagClassName
{
color: #78359D;
}
</style>
background-color css
<style>
a { background-color: #78359D; }
a { background-color: rgb(120,53,157); }
div.DivClassName
{
background-color: #78359D;
}
.BgClassName
{
background-color: #78359D;
}
</style>
border-color css
<style>
span { border-color: #78359D; }
span { border-color: rgb(120,53,157); }
td.TdClassName
{
border-color: #78359D;
}
.TagClassName
{
border-color: #78359D;
}
</style>