Shades of Vivid Violet #783A85
Tints of Vivid Violet #783A85
RGB
CMYK
RGB Variations
Color information
#783A85 (or 0x783A85) is known color: Vivid Violet. HEX triplet: 78, 3A and 85. RGB value is (120,58,133). Sum of RGB (Red+Green+Blue) = 120+58+133=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #783A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783A85 is #87C57A. Grayscale: #545454. Windows color (decimal): -8897915 or 8731256. OLE color: 8731256.
HSL color Cylindrical-coordinate representation of color #783A85: hue angle of 289.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783A85 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 58 | 133 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.48 |
| HSL | 289.6º | 0.39% | 0.37% | - |
| HSV(B) | 289.6º | 0.56% | 0.52% | - |
| XYZ | 13.49 | 8.71 | 23.16 | - |
| YUV | 85.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 133 | 0.10 | 0.56 | 0 | 0.48 | 289.6 | 0.39 | 0.37 |
| Hex | 78 | 3A | 85 | A | 38 | 0 | 30 | 122 | 27 | 25 |
| Octal | 170 | 72 | 205 | 12 | 70 | 0 | 60 | 442 | 47 | 45 |
| Binary | 1111000 | 111010 | 10000101 | 1010 | 111000 | 0 | 110000 | 100100010 | 100111 | 100101 |
Color Harmonies of #783A85
Complementary color
Monochromatic Colors of #783A85
Black with #783A85
Text Example
Text Example
White with #783A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A85; }
p { color: rgb(120,58,133); }
H1.HeaderClassName
{
color: #783A85;
}
.AnyTagClassName
{
color: #783A85;
}
</style>
background-color css
<style>
a { background-color: #783A85; }
a { background-color: rgb(120,58,133); }
div.DivClassName
{
background-color: #783A85;
}
.BgClassName
{
background-color: #783A85;
}
</style>
border-color css
<style>
span { border-color: #783A85; }
span { border-color: rgb(120,58,133); }
td.TdClassName
{
border-color: #783A85;
}
.TagClassName
{
border-color: #783A85;
}
</style>