Shades of Vivid Violet #781AAA
Tints of Vivid Violet #781AAA
RGB
CMYK
RGB Variations
Color information
#781AAA (or 0x781AAA) is known color: Vivid Violet. HEX triplet: 78, 1A and AA. RGB value is (120,26,170). Sum of RGB (Red+Green+Blue) = 120+26+170=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #781AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AAA is #87E555. Grayscale: #464646. Windows color (decimal): -8906070 or 11147896. OLE color: 11147896.
HSL color Cylindrical-coordinate representation of color #781AAA: hue angle of 279.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781AAA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 26 | 170 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.33 |
| HSL | 279.17º | 0.73% | 0.38% | - |
| HSV(B) | 279.17º | 0.85% | 0.67% | - |
| XYZ | 15.37 | 7.63 | 38.69 | - |
| YUV | 70.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 170 | 0.29 | 0.85 | 0 | 0.33 | 279.17 | 0.73 | 0.38 |
| Hex | 78 | 1A | AA | 1D | 55 | 0 | 21 | 117 | 49 | 26 |
| Octal | 170 | 32 | 252 | 35 | 125 | 0 | 41 | 427 | 111 | 46 |
| Binary | 1111000 | 11010 | 10101010 | 11101 | 1010101 | 0 | 100001 | 100010111 | 1001001 | 100110 |
Color Harmonies of #781AAA
Complementary color
Monochromatic Colors of #781AAA
Black with #781AAA
Text Example
Text Example
White with #781AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AAA; }
p { color: rgb(120,26,170); }
H1.HeaderClassName
{
color: #781AAA;
}
.AnyTagClassName
{
color: #781AAA;
}
</style>
background-color css
<style>
a { background-color: #781AAA; }
a { background-color: rgb(120,26,170); }
div.DivClassName
{
background-color: #781AAA;
}
.BgClassName
{
background-color: #781AAA;
}
</style>
border-color css
<style>
span { border-color: #781AAA; }
span { border-color: rgb(120,26,170); }
td.TdClassName
{
border-color: #781AAA;
}
.TagClassName
{
border-color: #781AAA;
}
</style>