Shades of Vivid Violet #78369D
Tints of Vivid Violet #78369D
RGB
CMYK
RGB Variations
Color information
#78369D (or 0x78369D) is known color: Vivid Violet. HEX triplet: 78, 36 and 9D. RGB value is (120,54,157). Sum of RGB (Red+Green+Blue) = 120+54+157=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #78369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78369D is #87C962. Grayscale: #555555. Windows color (decimal): -8898915 or 10303096. OLE color: 10303096.
HSL color Cylindrical-coordinate representation of color #78369D: hue angle of 278.45º degrees, saturation: 0.49, 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 #78369D is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 54 | 157 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.38 |
| HSL | 278.45º | 0.49% | 0.41% | - |
| HSV(B) | 278.45º | 0.66% | 0.62% | - |
| XYZ | 15.15 | 9.07 | 32.85 | - |
| YUV | 85.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 157 | 0.24 | 0.66 | 0 | 0.38 | 278.45 | 0.49 | 0.41 |
| Hex | 78 | 36 | 9D | 18 | 42 | 0 | 26 | 116 | 31 | 29 |
| Octal | 170 | 66 | 235 | 30 | 102 | 0 | 46 | 426 | 61 | 51 |
| Binary | 1111000 | 110110 | 10011101 | 11000 | 1000010 | 0 | 100110 | 100010110 | 110001 | 101001 |
Color Harmonies of #78369D
Complementary color
Monochromatic Colors of #78369D
Black with #78369D
Text Example
Text Example
White with #78369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78369D; }
p { color: rgb(120,54,157); }
H1.HeaderClassName
{
color: #78369D;
}
.AnyTagClassName
{
color: #78369D;
}
</style>
background-color css
<style>
a { background-color: #78369D; }
a { background-color: rgb(120,54,157); }
div.DivClassName
{
background-color: #78369D;
}
.BgClassName
{
background-color: #78369D;
}
</style>
border-color css
<style>
span { border-color: #78369D; }
span { border-color: rgb(120,54,157); }
td.TdClassName
{
border-color: #78369D;
}
.TagClassName
{
border-color: #78369D;
}
</style>