Shades of Vivid Violet #781A90
Tints of Vivid Violet #781A90
RGB
CMYK
RGB Variations
Color information
#781A90 (or 0x781A90) is known color: Vivid Violet. HEX triplet: 78, 1A and 90. RGB value is (120,26,144). Sum of RGB (Red+Green+Blue) = 120+26+144=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #781A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781A90 is #87E56F. Grayscale: #434343. Windows color (decimal): -8906096 or 9443960. OLE color: 9443960.
HSL color Cylindrical-coordinate representation of color #781A90: hue angle of 287.8º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781A90 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 26 | 144 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.44 |
| HSL | 287.8º | 0.69% | 0.33% | - |
| HSV(B) | 287.8º | 0.82% | 0.56% | - |
| XYZ | 13.15 | 6.75 | 26.99 | - |
| YUV | 67.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 144 | 0.17 | 0.82 | 0 | 0.44 | 287.8 | 0.69 | 0.33 |
| Hex | 78 | 1A | 90 | 11 | 52 | 0 | 2C | 120 | 45 | 21 |
| Octal | 170 | 32 | 220 | 21 | 122 | 0 | 54 | 440 | 105 | 41 |
| Binary | 1111000 | 11010 | 10010000 | 10001 | 1010010 | 0 | 101100 | 100100000 | 1000101 | 100001 |
Color Harmonies of #781A90
Complementary color
Monochromatic Colors of #781A90
Black with #781A90
Text Example
Text Example
White with #781A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A90; }
p { color: rgb(120,26,144); }
H1.HeaderClassName
{
color: #781A90;
}
.AnyTagClassName
{
color: #781A90;
}
</style>
background-color css
<style>
a { background-color: #781A90; }
a { background-color: rgb(120,26,144); }
div.DivClassName
{
background-color: #781A90;
}
.BgClassName
{
background-color: #781A90;
}
</style>
border-color css
<style>
span { border-color: #781A90; }
span { border-color: rgb(120,26,144); }
td.TdClassName
{
border-color: #781A90;
}
.TagClassName
{
border-color: #781A90;
}
</style>