Shades of Vivid Violet #78289C
Tints of Vivid Violet #78289C
RGB
CMYK
RGB Variations
Color information
#78289C (or 0x78289C) is known color: Vivid Violet. HEX triplet: 78, 28 and 9C. RGB value is (120,40,156). Sum of RGB (Red+Green+Blue) = 120+40+156=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #78289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78289C is #87D763. Grayscale: #4C4C4C. Windows color (decimal): -8902500 or 10233976. OLE color: 10233976.
HSL color Cylindrical-coordinate representation of color #78289C: hue angle of 281.38º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78289C is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 40 | 156 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.39 |
| HSL | 281.38º | 0.59% | 0.38% | - |
| HSV(B) | 281.38º | 0.74% | 0.61% | - |
| XYZ | 14.51 | 7.91 | 32.21 | - |
| YUV | 77.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 156 | 0.23 | 0.74 | 0 | 0.39 | 281.38 | 0.59 | 0.38 |
| Hex | 78 | 28 | 9C | 17 | 4A | 0 | 27 | 119 | 3B | 26 |
| Octal | 170 | 50 | 234 | 27 | 112 | 0 | 47 | 431 | 73 | 46 |
| Binary | 1111000 | 101000 | 10011100 | 10111 | 1001010 | 0 | 100111 | 100011001 | 111011 | 100110 |
Color Harmonies of #78289C
Complementary color
Monochromatic Colors of #78289C
Black with #78289C
Text Example
Text Example
White with #78289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78289C; }
p { color: rgb(120,40,156); }
H1.HeaderClassName
{
color: #78289C;
}
.AnyTagClassName
{
color: #78289C;
}
</style>
background-color css
<style>
a { background-color: #78289C; }
a { background-color: rgb(120,40,156); }
div.DivClassName
{
background-color: #78289C;
}
.BgClassName
{
background-color: #78289C;
}
</style>
border-color css
<style>
span { border-color: #78289C; }
span { border-color: rgb(120,40,156); }
td.TdClassName
{
border-color: #78289C;
}
.TagClassName
{
border-color: #78289C;
}
</style>