Shades of Vivid Violet #781BA9
Tints of Vivid Violet #781BA9
RGB
CMYK
RGB Variations
Color information
#781BA9 (or 0x781BA9) is known color: Vivid Violet. HEX triplet: 78, 1B and A9. RGB value is (120,27,169). Sum of RGB (Red+Green+Blue) = 120+27+169=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #781BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781BA9 is #87E456. Grayscale: #464646. Windows color (decimal): -8905815 or 11082616. OLE color: 11082616.
HSL color Cylindrical-coordinate representation of color #781BA9: hue angle of 279.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781BA9 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 27 | 169 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.34 |
| HSL | 279.3º | 0.72% | 0.38% | - |
| HSV(B) | 279.3º | 0.84% | 0.66% | - |
| XYZ | 15.3 | 7.64 | 38.2 | - |
| YUV | 71 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 169 | 0.29 | 0.84 | 0 | 0.34 | 279.3 | 0.72 | 0.38 |
| Hex | 78 | 1B | A9 | 1D | 54 | 0 | 22 | 117 | 48 | 26 |
| Octal | 170 | 33 | 251 | 35 | 124 | 0 | 42 | 427 | 110 | 46 |
| Binary | 1111000 | 11011 | 10101001 | 11101 | 1010100 | 0 | 100010 | 100010111 | 1001000 | 100110 |
Color Harmonies of #781BA9
Complementary color
Monochromatic Colors of #781BA9
Black with #781BA9
Text Example
Text Example
White with #781BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BA9; }
p { color: rgb(120,27,169); }
H1.HeaderClassName
{
color: #781BA9;
}
.AnyTagClassName
{
color: #781BA9;
}
</style>
background-color css
<style>
a { background-color: #781BA9; }
a { background-color: rgb(120,27,169); }
div.DivClassName
{
background-color: #781BA9;
}
.BgClassName
{
background-color: #781BA9;
}
</style>
border-color css
<style>
span { border-color: #781BA9; }
span { border-color: rgb(120,27,169); }
td.TdClassName
{
border-color: #781BA9;
}
.TagClassName
{
border-color: #781BA9;
}
</style>