Shades of Vivid Violet #781AA1
Tints of Vivid Violet #781AA1
RGB
CMYK
RGB Variations
Color information
#781AA1 (or 0x781AA1) is known color: Vivid Violet. HEX triplet: 78, 1A and A1. RGB value is (120,26,161). Sum of RGB (Red+Green+Blue) = 120+26+161=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #781AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AA1 is #87E55E. Grayscale: #454545. Windows color (decimal): -8906079 or 10558072. OLE color: 10558072.
HSL color Cylindrical-coordinate representation of color #781AA1: hue angle of 281.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781AA1 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 26 | 161 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.37 |
| HSL | 281.78º | 0.72% | 0.37% | - |
| HSV(B) | 281.78º | 0.84% | 0.63% | - |
| XYZ | 14.55 | 7.31 | 34.36 | - |
| YUV | 69.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 161 | 0.25 | 0.84 | 0 | 0.37 | 281.78 | 0.72 | 0.37 |
| Hex | 78 | 1A | A1 | 19 | 54 | 0 | 25 | 11A | 48 | 25 |
| Octal | 170 | 32 | 241 | 31 | 124 | 0 | 45 | 432 | 110 | 45 |
| Binary | 1111000 | 11010 | 10100001 | 11001 | 1010100 | 0 | 100101 | 100011010 | 1001000 | 100101 |
Color Harmonies of #781AA1
Complementary color
Monochromatic Colors of #781AA1
Black with #781AA1
Text Example
Text Example
White with #781AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AA1; }
p { color: rgb(120,26,161); }
H1.HeaderClassName
{
color: #781AA1;
}
.AnyTagClassName
{
color: #781AA1;
}
</style>
background-color css
<style>
a { background-color: #781AA1; }
a { background-color: rgb(120,26,161); }
div.DivClassName
{
background-color: #781AA1;
}
.BgClassName
{
background-color: #781AA1;
}
</style>
border-color css
<style>
span { border-color: #781AA1; }
span { border-color: rgb(120,26,161); }
td.TdClassName
{
border-color: #781AA1;
}
.TagClassName
{
border-color: #781AA1;
}
</style>