Shades of Vivid Violet #78298B
Tints of Vivid Violet #78298B
RGB
CMYK
RGB Variations
Color information
#78298B (or 0x78298B) is known color: Vivid Violet. HEX triplet: 78, 29 and 8B. RGB value is (120,41,139). Sum of RGB (Red+Green+Blue) = 120+41+139=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #78298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78298B is #87D674. Grayscale: #4B4B4B. Windows color (decimal): -8902261 or 9120120. OLE color: 9120120.
HSL color Cylindrical-coordinate representation of color #78298B: hue angle of 288.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78298B is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 41 | 139 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.45 |
| HSL | 288.37º | 0.54% | 0.35% | - |
| HSV(B) | 288.37º | 0.71% | 0.55% | - |
| XYZ | 13.2 | 7.44 | 25.17 | - |
| YUV | 75.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 139 | 0.14 | 0.71 | 0 | 0.45 | 288.37 | 0.54 | 0.35 |
| Hex | 78 | 29 | 8B | E | 47 | 0 | 2D | 120 | 36 | 23 |
| Octal | 170 | 51 | 213 | 16 | 107 | 0 | 55 | 440 | 66 | 43 |
| Binary | 1111000 | 101001 | 10001011 | 1110 | 1000111 | 0 | 101101 | 100100000 | 110110 | 100011 |
Color Harmonies of #78298B
Complementary color
Monochromatic Colors of #78298B
Black with #78298B
Text Example
Text Example
White with #78298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78298B; }
p { color: rgb(120,41,139); }
H1.HeaderClassName
{
color: #78298B;
}
.AnyTagClassName
{
color: #78298B;
}
</style>
background-color css
<style>
a { background-color: #78298B; }
a { background-color: rgb(120,41,139); }
div.DivClassName
{
background-color: #78298B;
}
.BgClassName
{
background-color: #78298B;
}
</style>
border-color css
<style>
span { border-color: #78298B; }
span { border-color: rgb(120,41,139); }
td.TdClassName
{
border-color: #78298B;
}
.TagClassName
{
border-color: #78298B;
}
</style>