Shades of Vivid Violet #781C91
Tints of Vivid Violet #781C91
RGB
CMYK
RGB Variations
Color information
#781C91 (or 0x781C91) is known color: Vivid Violet. HEX triplet: 78, 1C and 91. RGB value is (120,28,145). Sum of RGB (Red+Green+Blue) = 120+28+145=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #781C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781C91 is #87E36E. Grayscale: #444444. Windows color (decimal): -8905583 or 9510008. OLE color: 9510008.
HSL color Cylindrical-coordinate representation of color #781C91: hue angle of 287.18º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781C91 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 28 | 145 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.43 |
| HSL | 287.18º | 0.68% | 0.34% | - |
| HSV(B) | 287.18º | 0.81% | 0.57% | - |
| XYZ | 13.27 | 6.87 | 27.41 | - |
| YUV | 68.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 145 | 0.17 | 0.81 | 0 | 0.43 | 287.18 | 0.68 | 0.34 |
| Hex | 78 | 1C | 91 | 11 | 51 | 0 | 2B | 11F | 44 | 22 |
| Octal | 170 | 34 | 221 | 21 | 121 | 0 | 53 | 437 | 104 | 42 |
| Binary | 1111000 | 11100 | 10010001 | 10001 | 1010001 | 0 | 101011 | 100011111 | 1000100 | 100010 |
Color Harmonies of #781C91
Complementary color
Monochromatic Colors of #781C91
Black with #781C91
Text Example
Text Example
White with #781C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C91; }
p { color: rgb(120,28,145); }
H1.HeaderClassName
{
color: #781C91;
}
.AnyTagClassName
{
color: #781C91;
}
</style>
background-color css
<style>
a { background-color: #781C91; }
a { background-color: rgb(120,28,145); }
div.DivClassName
{
background-color: #781C91;
}
.BgClassName
{
background-color: #781C91;
}
</style>
border-color css
<style>
span { border-color: #781C91; }
span { border-color: rgb(120,28,145); }
td.TdClassName
{
border-color: #781C91;
}
.TagClassName
{
border-color: #781C91;
}
</style>