Shades of Vivid Violet #783885
Tints of Vivid Violet #783885
RGB
CMYK
RGB Variations
Color information
#783885 (or 0x783885) is known color: Vivid Violet. HEX triplet: 78, 38 and 85. RGB value is (120,56,133). Sum of RGB (Red+Green+Blue) = 120+56+133=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #783885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783885 is #87C77A. Grayscale: #535353. Windows color (decimal): -8898427 or 8730744. OLE color: 8730744.
HSL color Cylindrical-coordinate representation of color #783885: hue angle of 289.87º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783885 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 56 | 133 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.48 |
| HSL | 289.87º | 0.41% | 0.37% | - |
| HSV(B) | 289.87º | 0.58% | 0.52% | - |
| XYZ | 13.39 | 8.51 | 23.13 | - |
| YUV | 83.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 133 | 0.10 | 0.58 | 0 | 0.48 | 289.87 | 0.41 | 0.37 |
| Hex | 78 | 38 | 85 | A | 3A | 0 | 30 | 122 | 29 | 25 |
| Octal | 170 | 70 | 205 | 12 | 72 | 0 | 60 | 442 | 51 | 45 |
| Binary | 1111000 | 111000 | 10000101 | 1010 | 111010 | 0 | 110000 | 100100010 | 101001 | 100101 |
Color Harmonies of #783885
Complementary color
Monochromatic Colors of #783885
Black with #783885
Text Example
Text Example
White with #783885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783885; }
p { color: rgb(120,56,133); }
H1.HeaderClassName
{
color: #783885;
}
.AnyTagClassName
{
color: #783885;
}
</style>
background-color css
<style>
a { background-color: #783885; }
a { background-color: rgb(120,56,133); }
div.DivClassName
{
background-color: #783885;
}
.BgClassName
{
background-color: #783885;
}
</style>
border-color css
<style>
span { border-color: #783885; }
span { border-color: rgb(120,56,133); }
td.TdClassName
{
border-color: #783885;
}
.TagClassName
{
border-color: #783885;
}
</style>