Shades of Vivid Violet #781FA2
Tints of Vivid Violet #781FA2
RGB
CMYK
RGB Variations
Color information
#781FA2 (or 0x781FA2) is known color: Vivid Violet. HEX triplet: 78, 1F and A2. RGB value is (120,31,162). Sum of RGB (Red+Green+Blue) = 120+31+162=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #781FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FA2 is #87E05D. Grayscale: #484848. Windows color (decimal): -8904798 or 10624888. OLE color: 10624888.
HSL color Cylindrical-coordinate representation of color #781FA2: hue angle of 280.76º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781FA2 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 31 | 162 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.36 |
| HSL | 280.76º | 0.68% | 0.38% | - |
| HSV(B) | 280.76º | 0.81% | 0.64% | - |
| XYZ | 14.76 | 7.58 | 34.87 | - |
| YUV | 72.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 162 | 0.26 | 0.81 | 0 | 0.36 | 280.76 | 0.68 | 0.38 |
| Hex | 78 | 1F | A2 | 1A | 51 | 0 | 24 | 119 | 44 | 26 |
| Octal | 170 | 37 | 242 | 32 | 121 | 0 | 44 | 431 | 104 | 46 |
| Binary | 1111000 | 11111 | 10100010 | 11010 | 1010001 | 0 | 100100 | 100011001 | 1000100 | 100110 |
Color Harmonies of #781FA2
Complementary color
Monochromatic Colors of #781FA2
Black with #781FA2
Text Example
Text Example
White with #781FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FA2; }
p { color: rgb(120,31,162); }
H1.HeaderClassName
{
color: #781FA2;
}
.AnyTagClassName
{
color: #781FA2;
}
</style>
background-color css
<style>
a { background-color: #781FA2; }
a { background-color: rgb(120,31,162); }
div.DivClassName
{
background-color: #781FA2;
}
.BgClassName
{
background-color: #781FA2;
}
</style>
border-color css
<style>
span { border-color: #781FA2; }
span { border-color: rgb(120,31,162); }
td.TdClassName
{
border-color: #781FA2;
}
.TagClassName
{
border-color: #781FA2;
}
</style>