Shades of Vivid Violet #782DA0
Tints of Vivid Violet #782DA0
RGB
CMYK
RGB Variations
Color information
#782DA0 (or 0x782DA0) is known color: Vivid Violet. HEX triplet: 78, 2D and A0. RGB value is (120,45,160). Sum of RGB (Red+Green+Blue) = 120+45+160=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #782DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782DA0 is #87D25F. Grayscale: #505050. Windows color (decimal): -8901216 or 10497400. OLE color: 10497400.
HSL color Cylindrical-coordinate representation of color #782DA0: hue angle of 279.13º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782DA0 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 45 | 160 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.37 |
| HSL | 279.13º | 0.56% | 0.4% | - |
| HSV(B) | 279.13º | 0.72% | 0.63% | - |
| XYZ | 15.03 | 8.41 | 34.09 | - |
| YUV | 80.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 160 | 0.25 | 0.72 | 0 | 0.37 | 279.13 | 0.56 | 0.4 |
| Hex | 78 | 2D | A0 | 19 | 48 | 0 | 25 | 117 | 38 | 28 |
| Octal | 170 | 55 | 240 | 31 | 110 | 0 | 45 | 427 | 70 | 50 |
| Binary | 1111000 | 101101 | 10100000 | 11001 | 1001000 | 0 | 100101 | 100010111 | 111000 | 101000 |
Color Harmonies of #782DA0
Complementary color
Monochromatic Colors of #782DA0
Black with #782DA0
Text Example
Text Example
White with #782DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DA0; }
p { color: rgb(120,45,160); }
H1.HeaderClassName
{
color: #782DA0;
}
.AnyTagClassName
{
color: #782DA0;
}
</style>
background-color css
<style>
a { background-color: #782DA0; }
a { background-color: rgb(120,45,160); }
div.DivClassName
{
background-color: #782DA0;
}
.BgClassName
{
background-color: #782DA0;
}
</style>
border-color css
<style>
span { border-color: #782DA0; }
span { border-color: rgb(120,45,160); }
td.TdClassName
{
border-color: #782DA0;
}
.TagClassName
{
border-color: #782DA0;
}
</style>