Shades of Vivid Violet #782CA2
Tints of Vivid Violet #782CA2
RGB
CMYK
RGB Variations
Color information
#782CA2 (or 0x782CA2) is known color: Vivid Violet. HEX triplet: 78, 2C and A2. RGB value is (120,44,162). Sum of RGB (Red+Green+Blue) = 120+44+162=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #782CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782CA2 is #87D35D. Grayscale: #4F4F4F. Windows color (decimal): -8901470 or 10628216. OLE color: 10628216.
HSL color Cylindrical-coordinate representation of color #782CA2: hue angle of 278.64º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782CA2 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 44 | 162 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.36 |
| HSL | 278.64º | 0.57% | 0.4% | - |
| HSV(B) | 278.64º | 0.73% | 0.64% | - |
| XYZ | 15.17 | 8.4 | 35 | - |
| YUV | 80.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 162 | 0.26 | 0.73 | 0 | 0.36 | 278.64 | 0.57 | 0.4 |
| Hex | 78 | 2C | A2 | 1A | 49 | 0 | 24 | 117 | 39 | 28 |
| Octal | 170 | 54 | 242 | 32 | 111 | 0 | 44 | 427 | 71 | 50 |
| Binary | 1111000 | 101100 | 10100010 | 11010 | 1001001 | 0 | 100100 | 100010111 | 111001 | 101000 |
Color Harmonies of #782CA2
Complementary color
Monochromatic Colors of #782CA2
Black with #782CA2
Text Example
Text Example
White with #782CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782CA2; }
p { color: rgb(120,44,162); }
H1.HeaderClassName
{
color: #782CA2;
}
.AnyTagClassName
{
color: #782CA2;
}
</style>
background-color css
<style>
a { background-color: #782CA2; }
a { background-color: rgb(120,44,162); }
div.DivClassName
{
background-color: #782CA2;
}
.BgClassName
{
background-color: #782CA2;
}
</style>
border-color css
<style>
span { border-color: #782CA2; }
span { border-color: rgb(120,44,162); }
td.TdClassName
{
border-color: #782CA2;
}
.TagClassName
{
border-color: #782CA2;
}
</style>