Shades of Vivid Violet #783B85
Tints of Vivid Violet #783B85
RGB
CMYK
RGB Variations
Color information
#783B85 (or 0x783B85) is known color: Vivid Violet. HEX triplet: 78, 3B and 85. RGB value is (120,59,133). Sum of RGB (Red+Green+Blue) = 120+59+133=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #783B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783B85 is #87C47A. Grayscale: #555555. Windows color (decimal): -8897659 or 8731512. OLE color: 8731512.
HSL color Cylindrical-coordinate representation of color #783B85: hue angle of 289.46º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783B85 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 59 | 133 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.48 |
| HSL | 289.46º | 0.39% | 0.38% | - |
| HSV(B) | 289.46º | 0.56% | 0.52% | - |
| XYZ | 13.54 | 8.81 | 23.18 | - |
| YUV | 85.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 133 | 0.10 | 0.56 | 0 | 0.48 | 289.46 | 0.39 | 0.38 |
| Hex | 78 | 3B | 85 | A | 38 | 0 | 30 | 121 | 27 | 26 |
| Octal | 170 | 73 | 205 | 12 | 70 | 0 | 60 | 441 | 47 | 46 |
| Binary | 1111000 | 111011 | 10000101 | 1010 | 111000 | 0 | 110000 | 100100001 | 100111 | 100110 |
Color Harmonies of #783B85
Complementary color
Monochromatic Colors of #783B85
Black with #783B85
Text Example
Text Example
White with #783B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B85; }
p { color: rgb(120,59,133); }
H1.HeaderClassName
{
color: #783B85;
}
.AnyTagClassName
{
color: #783B85;
}
</style>
background-color css
<style>
a { background-color: #783B85; }
a { background-color: rgb(120,59,133); }
div.DivClassName
{
background-color: #783B85;
}
.BgClassName
{
background-color: #783B85;
}
</style>
border-color css
<style>
span { border-color: #783B85; }
span { border-color: rgb(120,59,133); }
td.TdClassName
{
border-color: #783B85;
}
.TagClassName
{
border-color: #783B85;
}
</style>