Shades of Vivid Violet #781FA0
Tints of Vivid Violet #781FA0
RGB
CMYK
RGB Variations
Color information
#781FA0 (or 0x781FA0) is known color: Vivid Violet. HEX triplet: 78, 1F and A0. RGB value is (120,31,160). Sum of RGB (Red+Green+Blue) = 120+31+160=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #781FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FA0 is #87E05F. Grayscale: #474747. Windows color (decimal): -8904800 or 10493816. OLE color: 10493816.
HSL color Cylindrical-coordinate representation of color #781FA0: hue angle of 281.4º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781FA0 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 31 | 160 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.37 |
| HSL | 281.4º | 0.68% | 0.37% | - |
| HSV(B) | 281.4º | 0.81% | 0.63% | - |
| XYZ | 14.58 | 7.51 | 33.94 | - |
| YUV | 72.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 160 | 0.25 | 0.81 | 0 | 0.37 | 281.4 | 0.68 | 0.37 |
| Hex | 78 | 1F | A0 | 19 | 51 | 0 | 25 | 119 | 44 | 25 |
| Octal | 170 | 37 | 240 | 31 | 121 | 0 | 45 | 431 | 104 | 45 |
| Binary | 1111000 | 11111 | 10100000 | 11001 | 1010001 | 0 | 100101 | 100011001 | 1000100 | 100101 |
Color Harmonies of #781FA0
Complementary color
Monochromatic Colors of #781FA0
Black with #781FA0
Text Example
Text Example
White with #781FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FA0; }
p { color: rgb(120,31,160); }
H1.HeaderClassName
{
color: #781FA0;
}
.AnyTagClassName
{
color: #781FA0;
}
</style>
background-color css
<style>
a { background-color: #781FA0; }
a { background-color: rgb(120,31,160); }
div.DivClassName
{
background-color: #781FA0;
}
.BgClassName
{
background-color: #781FA0;
}
</style>
border-color css
<style>
span { border-color: #781FA0; }
span { border-color: rgb(120,31,160); }
td.TdClassName
{
border-color: #781FA0;
}
.TagClassName
{
border-color: #781FA0;
}
</style>