Shades of Vivid Violet #781CA0
Tints of Vivid Violet #781CA0
RGB
CMYK
RGB Variations
Color information
#781CA0 (or 0x781CA0) is known color: Vivid Violet. HEX triplet: 78, 1C and A0. RGB value is (120,28,160). Sum of RGB (Red+Green+Blue) = 120+28+160=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #781CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781CA0 is #87E35F. Grayscale: #464646. Windows color (decimal): -8905568 or 10493048. OLE color: 10493048.
HSL color Cylindrical-coordinate representation of color #781CA0: hue angle of 281.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781CA0 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 28 | 160 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.37 |
| HSL | 281.82º | 0.7% | 0.37% | - |
| HSV(B) | 281.82º | 0.83% | 0.63% | - |
| XYZ | 14.51 | 7.36 | 33.91 | - |
| YUV | 70.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 160 | 0.25 | 0.82 | 0 | 0.37 | 281.82 | 0.7 | 0.37 |
| Hex | 78 | 1C | A0 | 19 | 52 | 0 | 25 | 11A | 46 | 25 |
| Octal | 170 | 34 | 240 | 31 | 122 | 0 | 45 | 432 | 106 | 45 |
| Binary | 1111000 | 11100 | 10100000 | 11001 | 1010010 | 0 | 100101 | 100011010 | 1000110 | 100101 |
Color Harmonies of #781CA0
Complementary color
Monochromatic Colors of #781CA0
Black with #781CA0
Text Example
Text Example
White with #781CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CA0; }
p { color: rgb(120,28,160); }
H1.HeaderClassName
{
color: #781CA0;
}
.AnyTagClassName
{
color: #781CA0;
}
</style>
background-color css
<style>
a { background-color: #781CA0; }
a { background-color: rgb(120,28,160); }
div.DivClassName
{
background-color: #781CA0;
}
.BgClassName
{
background-color: #781CA0;
}
</style>
border-color css
<style>
span { border-color: #781CA0; }
span { border-color: rgb(120,28,160); }
td.TdClassName
{
border-color: #781CA0;
}
.TagClassName
{
border-color: #781CA0;
}
</style>