Shades of Vivid Violet #783190
Tints of Vivid Violet #783190
RGB
CMYK
RGB Variations
Color information
#783190 (or 0x783190) is known color: Vivid Violet. HEX triplet: 78, 31 and 90. RGB value is (120,49,144). Sum of RGB (Red+Green+Blue) = 120+49+144=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #783190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783190 is #87CE6F. Grayscale: #505050. Windows color (decimal): -8900208 or 9449848. OLE color: 9449848.
HSL color Cylindrical-coordinate representation of color #783190: hue angle of 284.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783190 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 49 | 144 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.44 |
| HSL | 284.84º | 0.49% | 0.38% | - |
| HSV(B) | 284.84º | 0.66% | 0.56% | - |
| XYZ | 13.88 | 8.2 | 27.24 | - |
| YUV | 81.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 144 | 0.17 | 0.66 | 0 | 0.44 | 284.84 | 0.49 | 0.38 |
| Hex | 78 | 31 | 90 | 11 | 42 | 0 | 2C | 11D | 31 | 26 |
| Octal | 170 | 61 | 220 | 21 | 102 | 0 | 54 | 435 | 61 | 46 |
| Binary | 1111000 | 110001 | 10010000 | 10001 | 1000010 | 0 | 101100 | 100011101 | 110001 | 100110 |
Color Harmonies of #783190
Complementary color
Monochromatic Colors of #783190
Black with #783190
Text Example
Text Example
White with #783190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783190; }
p { color: rgb(120,49,144); }
H1.HeaderClassName
{
color: #783190;
}
.AnyTagClassName
{
color: #783190;
}
</style>
background-color css
<style>
a { background-color: #783190; }
a { background-color: rgb(120,49,144); }
div.DivClassName
{
background-color: #783190;
}
.BgClassName
{
background-color: #783190;
}
</style>
border-color css
<style>
span { border-color: #783190; }
span { border-color: rgb(120,49,144); }
td.TdClassName
{
border-color: #783190;
}
.TagClassName
{
border-color: #783190;
}
</style>