Shades of Vivid Violet #78259C
Tints of Vivid Violet #78259C
RGB
CMYK
RGB Variations
Color information
#78259C (or 0x78259C) is known color: Vivid Violet. HEX triplet: 78, 25 and 9C. RGB value is (120,37,156). Sum of RGB (Red+Green+Blue) = 120+37+156=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #78259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78259C is #87DA63. Grayscale: #4A4A4A. Windows color (decimal): -8903268 or 10233208. OLE color: 10233208.
HSL color Cylindrical-coordinate representation of color #78259C: hue angle of 281.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78259C is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 37 | 156 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.39 |
| HSL | 281.85º | 0.62% | 0.38% | - |
| HSV(B) | 281.85º | 0.76% | 0.61% | - |
| XYZ | 14.41 | 7.72 | 32.18 | - |
| YUV | 75.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 156 | 0.23 | 0.76 | 0 | 0.39 | 281.85 | 0.62 | 0.38 |
| Hex | 78 | 25 | 9C | 17 | 4C | 0 | 27 | 11A | 3E | 26 |
| Octal | 170 | 45 | 234 | 27 | 114 | 0 | 47 | 432 | 76 | 46 |
| Binary | 1111000 | 100101 | 10011100 | 10111 | 1001100 | 0 | 100111 | 100011010 | 111110 | 100110 |
Color Harmonies of #78259C
Complementary color
Monochromatic Colors of #78259C
Black with #78259C
Text Example
Text Example
White with #78259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78259C; }
p { color: rgb(120,37,156); }
H1.HeaderClassName
{
color: #78259C;
}
.AnyTagClassName
{
color: #78259C;
}
</style>
background-color css
<style>
a { background-color: #78259C; }
a { background-color: rgb(120,37,156); }
div.DivClassName
{
background-color: #78259C;
}
.BgClassName
{
background-color: #78259C;
}
</style>
border-color css
<style>
span { border-color: #78259C; }
span { border-color: rgb(120,37,156); }
td.TdClassName
{
border-color: #78259C;
}
.TagClassName
{
border-color: #78259C;
}
</style>