Shades of Vivid Violet #783094
Tints of Vivid Violet #783094
RGB
CMYK
RGB Variations
Color information
#783094 (or 0x783094) is known color: Vivid Violet. HEX triplet: 78, 30 and 94. RGB value is (120,48,148). Sum of RGB (Red+Green+Blue) = 120+48+148=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #783094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783094 is #87CF6B. Grayscale: #505050. Windows color (decimal): -8900460 or 9711736. OLE color: 9711736.
HSL color Cylindrical-coordinate representation of color #783094: hue angle of 283.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #783094 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 48 | 148 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.42 |
| HSL | 283.2º | 0.51% | 0.38% | - |
| HSV(B) | 283.2º | 0.68% | 0.58% | - |
| XYZ | 14.15 | 8.25 | 28.86 | - |
| YUV | 80.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 148 | 0.19 | 0.68 | 0 | 0.42 | 283.2 | 0.51 | 0.38 |
| Hex | 78 | 30 | 94 | 13 | 44 | 0 | 2A | 11B | 33 | 26 |
| Octal | 170 | 60 | 224 | 23 | 104 | 0 | 52 | 433 | 63 | 46 |
| Binary | 1111000 | 110000 | 10010100 | 10011 | 1000100 | 0 | 101010 | 100011011 | 110011 | 100110 |
Color Harmonies of #783094
Complementary color
Monochromatic Colors of #783094
Black with #783094
Text Example
Text Example
White with #783094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783094; }
p { color: rgb(120,48,148); }
H1.HeaderClassName
{
color: #783094;
}
.AnyTagClassName
{
color: #783094;
}
</style>
background-color css
<style>
a { background-color: #783094; }
a { background-color: rgb(120,48,148); }
div.DivClassName
{
background-color: #783094;
}
.BgClassName
{
background-color: #783094;
}
</style>
border-color css
<style>
span { border-color: #783094; }
span { border-color: rgb(120,48,148); }
td.TdClassName
{
border-color: #783094;
}
.TagClassName
{
border-color: #783094;
}
</style>