Shades of Vivid Violet #783A94
Tints of Vivid Violet #783A94
RGB
CMYK
RGB Variations
Color information
#783A94 (or 0x783A94) is known color: Vivid Violet. HEX triplet: 78, 3A and 94. RGB value is (120,58,148). Sum of RGB (Red+Green+Blue) = 120+58+148=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #783A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783A94 is #87C56B. Grayscale: #565656. Windows color (decimal): -8897900 or 9714296. OLE color: 9714296.
HSL color Cylindrical-coordinate representation of color #783A94: hue angle of 281.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #783A94 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 58 | 148 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.42 |
| HSL | 281.33º | 0.44% | 0.4% | - |
| HSV(B) | 281.33º | 0.61% | 0.58% | - |
| XYZ | 14.6 | 9.16 | 29.01 | - |
| YUV | 86.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 148 | 0.19 | 0.61 | 0 | 0.42 | 281.33 | 0.44 | 0.4 |
| Hex | 78 | 3A | 94 | 13 | 3D | 0 | 2A | 119 | 2C | 28 |
| Octal | 170 | 72 | 224 | 23 | 75 | 0 | 52 | 431 | 54 | 50 |
| Binary | 1111000 | 111010 | 10010100 | 10011 | 111101 | 0 | 101010 | 100011001 | 101100 | 101000 |
Color Harmonies of #783A94
Complementary color
Monochromatic Colors of #783A94
Black with #783A94
Text Example
Text Example
White with #783A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A94; }
p { color: rgb(120,58,148); }
H1.HeaderClassName
{
color: #783A94;
}
.AnyTagClassName
{
color: #783A94;
}
</style>
background-color css
<style>
a { background-color: #783A94; }
a { background-color: rgb(120,58,148); }
div.DivClassName
{
background-color: #783A94;
}
.BgClassName
{
background-color: #783A94;
}
</style>
border-color css
<style>
span { border-color: #783A94; }
span { border-color: rgb(120,58,148); }
td.TdClassName
{
border-color: #783A94;
}
.TagClassName
{
border-color: #783A94;
}
</style>