Shades of Vivid Violet #783382
Tints of Vivid Violet #783382
RGB
CMYK
RGB Variations
Color information
#783382 (or 0x783382) is known color: Vivid Violet. HEX triplet: 78, 33 and 82. RGB value is (120,51,130). Sum of RGB (Red+Green+Blue) = 120+51+130=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #783382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783382 is #87CC7D. Grayscale: #505050. Windows color (decimal): -8899710 or 8532856. OLE color: 8532856.
HSL color Cylindrical-coordinate representation of color #783382: hue angle of 292.41º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #783382 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 51 | 130 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.49 |
| HSL | 292.41º | 0.44% | 0.35% | - |
| HSV(B) | 292.41º | 0.61% | 0.51% | - |
| XYZ | 12.96 | 7.97 | 21.97 | - |
| YUV | 80.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 130 | 0.08 | 0.61 | 0 | 0.49 | 292.41 | 0.44 | 0.35 |
| Hex | 78 | 33 | 82 | 8 | 3D | 0 | 31 | 124 | 2C | 23 |
| Octal | 170 | 63 | 202 | 10 | 75 | 0 | 61 | 444 | 54 | 43 |
| Binary | 1111000 | 110011 | 10000010 | 1000 | 111101 | 0 | 110001 | 100100100 | 101100 | 100011 |
Color Harmonies of #783382
Complementary color
Monochromatic Colors of #783382
Black with #783382
Text Example
Text Example
White with #783382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783382; }
p { color: rgb(120,51,130); }
H1.HeaderClassName
{
color: #783382;
}
.AnyTagClassName
{
color: #783382;
}
</style>
background-color css
<style>
a { background-color: #783382; }
a { background-color: rgb(120,51,130); }
div.DivClassName
{
background-color: #783382;
}
.BgClassName
{
background-color: #783382;
}
</style>
border-color css
<style>
span { border-color: #783382; }
span { border-color: rgb(120,51,130); }
td.TdClassName
{
border-color: #783382;
}
.TagClassName
{
border-color: #783382;
}
</style>