Shades of Vivid Violet #781FA1
Tints of Vivid Violet #781FA1
RGB
CMYK
RGB Variations
Color information
#781FA1 (or 0x781FA1) is known color: Vivid Violet. HEX triplet: 78, 1F and A1. RGB value is (120,31,161). Sum of RGB (Red+Green+Blue) = 120+31+161=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #781FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FA1 is #87E05E. Grayscale: #484848. Windows color (decimal): -8904799 or 10559352. OLE color: 10559352.
HSL color Cylindrical-coordinate representation of color #781FA1: hue angle of 281.08º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781FA1 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 31 | 161 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.37 |
| HSL | 281.08º | 0.68% | 0.38% | - |
| HSV(B) | 281.08º | 0.81% | 0.63% | - |
| XYZ | 14.67 | 7.55 | 34.4 | - |
| YUV | 72.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 161 | 0.25 | 0.81 | 0 | 0.37 | 281.08 | 0.68 | 0.38 |
| Hex | 78 | 1F | A1 | 19 | 51 | 0 | 25 | 119 | 44 | 26 |
| Octal | 170 | 37 | 241 | 31 | 121 | 0 | 45 | 431 | 104 | 46 |
| Binary | 1111000 | 11111 | 10100001 | 11001 | 1010001 | 0 | 100101 | 100011001 | 1000100 | 100110 |
Color Harmonies of #781FA1
Complementary color
Monochromatic Colors of #781FA1
Black with #781FA1
Text Example
Text Example
White with #781FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FA1; }
p { color: rgb(120,31,161); }
H1.HeaderClassName
{
color: #781FA1;
}
.AnyTagClassName
{
color: #781FA1;
}
</style>
background-color css
<style>
a { background-color: #781FA1; }
a { background-color: rgb(120,31,161); }
div.DivClassName
{
background-color: #781FA1;
}
.BgClassName
{
background-color: #781FA1;
}
</style>
border-color css
<style>
span { border-color: #781FA1; }
span { border-color: rgb(120,31,161); }
td.TdClassName
{
border-color: #781FA1;
}
.TagClassName
{
border-color: #781FA1;
}
</style>