Shades of Vivid Violet #783D91
Tints of Vivid Violet #783D91
RGB
CMYK
RGB Variations
Color information
#783D91 (or 0x783D91) is known color: Vivid Violet. HEX triplet: 78, 3D and 91. RGB value is (120,61,145). Sum of RGB (Red+Green+Blue) = 120+61+145=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #783D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783D91 is #87C26E. Grayscale: #575757. Windows color (decimal): -8897135 or 9518456. OLE color: 9518456.
HSL color Cylindrical-coordinate representation of color #783D91: hue angle of 282.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783D91 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 61 | 145 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.43 |
| HSL | 282.14º | 0.41% | 0.4% | - |
| HSV(B) | 282.14º | 0.58% | 0.57% | - |
| XYZ | 14.53 | 9.37 | 27.83 | - |
| YUV | 88.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 145 | 0.17 | 0.58 | 0 | 0.43 | 282.14 | 0.41 | 0.4 |
| Hex | 78 | 3D | 91 | 11 | 3A | 0 | 2B | 11A | 29 | 28 |
| Octal | 170 | 75 | 221 | 21 | 72 | 0 | 53 | 432 | 51 | 50 |
| Binary | 1111000 | 111101 | 10010001 | 10001 | 111010 | 0 | 101011 | 100011010 | 101001 | 101000 |
Color Harmonies of #783D91
Complementary color
Monochromatic Colors of #783D91
Black with #783D91
Text Example
Text Example
White with #783D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D91; }
p { color: rgb(120,61,145); }
H1.HeaderClassName
{
color: #783D91;
}
.AnyTagClassName
{
color: #783D91;
}
</style>
background-color css
<style>
a { background-color: #783D91; }
a { background-color: rgb(120,61,145); }
div.DivClassName
{
background-color: #783D91;
}
.BgClassName
{
background-color: #783D91;
}
</style>
border-color css
<style>
span { border-color: #783D91; }
span { border-color: rgb(120,61,145); }
td.TdClassName
{
border-color: #783D91;
}
.TagClassName
{
border-color: #783D91;
}
</style>