Shades of Vivid Violet #781BAA
Tints of Vivid Violet #781BAA
RGB
CMYK
RGB Variations
Color information
#781BAA (or 0x781BAA) is known color: Vivid Violet. HEX triplet: 78, 1B and AA. RGB value is (120,27,170). Sum of RGB (Red+Green+Blue) = 120+27+170=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #781BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781BAA is #87E455. Grayscale: #464646. Windows color (decimal): -8905814 or 11148152. OLE color: 11148152.
HSL color Cylindrical-coordinate representation of color #781BAA: hue angle of 279.02º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781BAA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 27 | 170 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.33 |
| HSL | 279.02º | 0.73% | 0.39% | - |
| HSV(B) | 279.02º | 0.84% | 0.67% | - |
| XYZ | 15.39 | 7.68 | 38.7 | - |
| YUV | 71.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 170 | 0.29 | 0.84 | 0 | 0.33 | 279.02 | 0.73 | 0.39 |
| Hex | 78 | 1B | AA | 1D | 54 | 0 | 21 | 117 | 49 | 27 |
| Octal | 170 | 33 | 252 | 35 | 124 | 0 | 41 | 427 | 111 | 47 |
| Binary | 1111000 | 11011 | 10101010 | 11101 | 1010100 | 0 | 100001 | 100010111 | 1001001 | 100111 |
Color Harmonies of #781BAA
Complementary color
Monochromatic Colors of #781BAA
Black with #781BAA
Text Example
Text Example
White with #781BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BAA; }
p { color: rgb(120,27,170); }
H1.HeaderClassName
{
color: #781BAA;
}
.AnyTagClassName
{
color: #781BAA;
}
</style>
background-color css
<style>
a { background-color: #781BAA; }
a { background-color: rgb(120,27,170); }
div.DivClassName
{
background-color: #781BAA;
}
.BgClassName
{
background-color: #781BAA;
}
</style>
border-color css
<style>
span { border-color: #781BAA; }
span { border-color: rgb(120,27,170); }
td.TdClassName
{
border-color: #781BAA;
}
.TagClassName
{
border-color: #781BAA;
}
</style>