Shades of Vivid Violet #78258E
Tints of Vivid Violet #78258E
RGB
CMYK
RGB Variations
Color information
#78258E (or 0x78258E) is known color: Vivid Violet. HEX triplet: 78, 25 and 8E. RGB value is (120,37,142). Sum of RGB (Red+Green+Blue) = 120+37+142=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #78258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78258E is #87DA71. Grayscale: #494949. Windows color (decimal): -8903282 or 9315704. OLE color: 9315704.
HSL color Cylindrical-coordinate representation of color #78258E: hue angle of 287.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78258E is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 37 | 142 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.44 |
| HSL | 287.43º | 0.59% | 0.35% | - |
| HSV(B) | 287.43º | 0.74% | 0.56% | - |
| XYZ | 13.29 | 7.27 | 26.29 | - |
| YUV | 73.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 142 | 0.15 | 0.74 | 0 | 0.44 | 287.43 | 0.59 | 0.35 |
| Hex | 78 | 25 | 8E | F | 4A | 0 | 2C | 11F | 3B | 23 |
| Octal | 170 | 45 | 216 | 17 | 112 | 0 | 54 | 437 | 73 | 43 |
| Binary | 1111000 | 100101 | 10001110 | 1111 | 1001010 | 0 | 101100 | 100011111 | 111011 | 100011 |
Color Harmonies of #78258E
Complementary color
Monochromatic Colors of #78258E
Black with #78258E
Text Example
Text Example
White with #78258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78258E; }
p { color: rgb(120,37,142); }
H1.HeaderClassName
{
color: #78258E;
}
.AnyTagClassName
{
color: #78258E;
}
</style>
background-color css
<style>
a { background-color: #78258E; }
a { background-color: rgb(120,37,142); }
div.DivClassName
{
background-color: #78258E;
}
.BgClassName
{
background-color: #78258E;
}
</style>
border-color css
<style>
span { border-color: #78258E; }
span { border-color: rgb(120,37,142); }
td.TdClassName
{
border-color: #78258E;
}
.TagClassName
{
border-color: #78258E;
}
</style>