Shades of Vivid Violet #781895
Tints of Vivid Violet #781895
RGB
CMYK
RGB Variations
Color information
#781895 (or 0x781895) is known color: Vivid Violet. HEX triplet: 78, 18 and 95. RGB value is (120,24,149). Sum of RGB (Red+Green+Blue) = 120+24+149=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #781895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781895 is #87E76A. Grayscale: #424242. Windows color (decimal): -8906603 or 9771128. OLE color: 9771128.
HSL color Cylindrical-coordinate representation of color #781895: hue angle of 286.08º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781895 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 24 | 149 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.42 |
| HSL | 286.08º | 0.72% | 0.34% | - |
| HSV(B) | 286.08º | 0.84% | 0.58% | - |
| XYZ | 13.5 | 6.82 | 29.04 | - |
| YUV | 66.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 149 | 0.19 | 0.84 | 0 | 0.42 | 286.08 | 0.72 | 0.34 |
| Hex | 78 | 18 | 95 | 13 | 54 | 0 | 2A | 11E | 48 | 22 |
| Octal | 170 | 30 | 225 | 23 | 124 | 0 | 52 | 436 | 110 | 42 |
| Binary | 1111000 | 11000 | 10010101 | 10011 | 1010100 | 0 | 101010 | 100011110 | 1001000 | 100010 |
Color Harmonies of #781895
Complementary color
Monochromatic Colors of #781895
Black with #781895
Text Example
Text Example
White with #781895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781895; }
p { color: rgb(120,24,149); }
H1.HeaderClassName
{
color: #781895;
}
.AnyTagClassName
{
color: #781895;
}
</style>
background-color css
<style>
a { background-color: #781895; }
a { background-color: rgb(120,24,149); }
div.DivClassName
{
background-color: #781895;
}
.BgClassName
{
background-color: #781895;
}
</style>
border-color css
<style>
span { border-color: #781895; }
span { border-color: rgb(120,24,149); }
td.TdClassName
{
border-color: #781895;
}
.TagClassName
{
border-color: #781895;
}
</style>