Shades of Vivid Violet #783A95
Tints of Vivid Violet #783A95
RGB
CMYK
RGB Variations
Color information
#783A95 (or 0x783A95) is known color: Vivid Violet. HEX triplet: 78, 3A and 95. RGB value is (120,58,149). Sum of RGB (Red+Green+Blue) = 120+58+149=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #783A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783A95 is #87C56A. Grayscale: #565656. Windows color (decimal): -8897899 or 9779832. OLE color: 9779832.
HSL color Cylindrical-coordinate representation of color #783A95: hue angle of 280.88º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #783A95 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 58 | 149 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.42 |
| HSL | 280.88º | 0.44% | 0.41% | - |
| HSV(B) | 280.88º | 0.61% | 0.58% | - |
| XYZ | 14.68 | 9.19 | 29.43 | - |
| YUV | 86.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 149 | 0.19 | 0.61 | 0 | 0.42 | 280.88 | 0.44 | 0.41 |
| Hex | 78 | 3A | 95 | 13 | 3D | 0 | 2A | 119 | 2C | 29 |
| Octal | 170 | 72 | 225 | 23 | 75 | 0 | 52 | 431 | 54 | 51 |
| Binary | 1111000 | 111010 | 10010101 | 10011 | 111101 | 0 | 101010 | 100011001 | 101100 | 101001 |
Color Harmonies of #783A95
Complementary color
Monochromatic Colors of #783A95
Black with #783A95
Text Example
Text Example
White with #783A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A95; }
p { color: rgb(120,58,149); }
H1.HeaderClassName
{
color: #783A95;
}
.AnyTagClassName
{
color: #783A95;
}
</style>
background-color css
<style>
a { background-color: #783A95; }
a { background-color: rgb(120,58,149); }
div.DivClassName
{
background-color: #783A95;
}
.BgClassName
{
background-color: #783A95;
}
</style>
border-color css
<style>
span { border-color: #783A95; }
span { border-color: rgb(120,58,149); }
td.TdClassName
{
border-color: #783A95;
}
.TagClassName
{
border-color: #783A95;
}
</style>