Shades of Vivid Violet #781B90
Tints of Vivid Violet #781B90
RGB
CMYK
RGB Variations
Color information
#781B90 (or 0x781B90) is known color: Vivid Violet. HEX triplet: 78, 1B and 90. RGB value is (120,27,144). Sum of RGB (Red+Green+Blue) = 120+27+144=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #781B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781B90 is #87E46F. Grayscale: #434343. Windows color (decimal): -8905840 or 9444216. OLE color: 9444216.
HSL color Cylindrical-coordinate representation of color #781B90: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781B90 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 27 | 144 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.44 |
| HSL | 287.69º | 0.68% | 0.34% | - |
| HSV(B) | 287.69º | 0.81% | 0.56% | - |
| XYZ | 13.17 | 6.79 | 27 | - |
| YUV | 68.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 144 | 0.17 | 0.81 | 0 | 0.44 | 287.69 | 0.68 | 0.34 |
| Hex | 78 | 1B | 90 | 11 | 51 | 0 | 2C | 120 | 44 | 22 |
| Octal | 170 | 33 | 220 | 21 | 121 | 0 | 54 | 440 | 104 | 42 |
| Binary | 1111000 | 11011 | 10010000 | 10001 | 1010001 | 0 | 101100 | 100100000 | 1000100 | 100010 |
Color Harmonies of #781B90
Complementary color
Monochromatic Colors of #781B90
Black with #781B90
Text Example
Text Example
White with #781B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B90; }
p { color: rgb(120,27,144); }
H1.HeaderClassName
{
color: #781B90;
}
.AnyTagClassName
{
color: #781B90;
}
</style>
background-color css
<style>
a { background-color: #781B90; }
a { background-color: rgb(120,27,144); }
div.DivClassName
{
background-color: #781B90;
}
.BgClassName
{
background-color: #781B90;
}
</style>
border-color css
<style>
span { border-color: #781B90; }
span { border-color: rgb(120,27,144); }
td.TdClassName
{
border-color: #781B90;
}
.TagClassName
{
border-color: #781B90;
}
</style>