Shades of Vivid Violet #781999
Tints of Vivid Violet #781999
RGB
CMYK
RGB Variations
Color information
#781999 (or 0x781999) is known color: Vivid Violet. HEX triplet: 78, 19 and 99. RGB value is (120,25,153). Sum of RGB (Red+Green+Blue) = 120+25+153=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #781999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781999 is #87E666. Grayscale: #434343. Windows color (decimal): -8906343 or 10033528. OLE color: 10033528.
HSL color Cylindrical-coordinate representation of color #781999: hue angle of 284.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781999 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 25 | 153 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.4 |
| HSL | 284.53º | 0.72% | 0.35% | - |
| HSV(B) | 284.53º | 0.84% | 0.6% | - |
| XYZ | 13.84 | 6.99 | 30.76 | - |
| YUV | 68 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 153 | 0.22 | 0.84 | 0 | 0.4 | 284.53 | 0.72 | 0.35 |
| Hex | 78 | 19 | 99 | 16 | 54 | 0 | 28 | 11D | 48 | 23 |
| Octal | 170 | 31 | 231 | 26 | 124 | 0 | 50 | 435 | 110 | 43 |
| Binary | 1111000 | 11001 | 10011001 | 10110 | 1010100 | 0 | 101000 | 100011101 | 1001000 | 100011 |
Color Harmonies of #781999
Complementary color
Monochromatic Colors of #781999
Black with #781999
Text Example
Text Example
White with #781999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781999; }
p { color: rgb(120,25,153); }
H1.HeaderClassName
{
color: #781999;
}
.AnyTagClassName
{
color: #781999;
}
</style>
background-color css
<style>
a { background-color: #781999; }
a { background-color: rgb(120,25,153); }
div.DivClassName
{
background-color: #781999;
}
.BgClassName
{
background-color: #781999;
}
</style>
border-color css
<style>
span { border-color: #781999; }
span { border-color: rgb(120,25,153); }
td.TdClassName
{
border-color: #781999;
}
.TagClassName
{
border-color: #781999;
}
</style>