Shades of Vivid Violet #78289F
Tints of Vivid Violet #78289F
RGB
CMYK
RGB Variations
Color information
#78289F (or 0x78289F) is known color: Vivid Violet. HEX triplet: 78, 28 and 9F. RGB value is (120,40,159). Sum of RGB (Red+Green+Blue) = 120+40+159=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #78289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78289F is #87D760. Grayscale: #4D4D4D. Windows color (decimal): -8902497 or 10430584. OLE color: 10430584.
HSL color Cylindrical-coordinate representation of color #78289F: hue angle of 280.34º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78289F is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 40 | 159 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.38 |
| HSL | 280.34º | 0.6% | 0.39% | - |
| HSV(B) | 280.34º | 0.75% | 0.62% | - |
| XYZ | 14.76 | 8.01 | 33.57 | - |
| YUV | 77.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 159 | 0.25 | 0.75 | 0 | 0.38 | 280.34 | 0.6 | 0.39 |
| Hex | 78 | 28 | 9F | 19 | 4B | 0 | 26 | 118 | 3C | 27 |
| Octal | 170 | 50 | 237 | 31 | 113 | 0 | 46 | 430 | 74 | 47 |
| Binary | 1111000 | 101000 | 10011111 | 11001 | 1001011 | 0 | 100110 | 100011000 | 111100 | 100111 |
Color Harmonies of #78289F
Complementary color
Monochromatic Colors of #78289F
Black with #78289F
Text Example
Text Example
White with #78289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78289F; }
p { color: rgb(120,40,159); }
H1.HeaderClassName
{
color: #78289F;
}
.AnyTagClassName
{
color: #78289F;
}
</style>
background-color css
<style>
a { background-color: #78289F; }
a { background-color: rgb(120,40,159); }
div.DivClassName
{
background-color: #78289F;
}
.BgClassName
{
background-color: #78289F;
}
</style>
border-color css
<style>
span { border-color: #78289F; }
span { border-color: rgb(120,40,159); }
td.TdClassName
{
border-color: #78289F;
}
.TagClassName
{
border-color: #78289F;
}
</style>