Shades of Vivid Violet #782392
Tints of Vivid Violet #782392
RGB
CMYK
RGB Variations
Color information
#782392 (or 0x782392) is known color: Vivid Violet. HEX triplet: 78, 23 and 92. RGB value is (120,35,146). Sum of RGB (Red+Green+Blue) = 120+35+146=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #782392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782392 is #87DC6D. Grayscale: #484848. Windows color (decimal): -8903790 or 9577336. OLE color: 9577336.
HSL color Cylindrical-coordinate representation of color #782392: hue angle of 285.95º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #782392 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 35 | 146 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.43 |
| HSL | 285.95º | 0.61% | 0.35% | - |
| HSV(B) | 285.95º | 0.76% | 0.57% | - |
| XYZ | 13.54 | 7.27 | 27.88 | - |
| YUV | 73.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 146 | 0.18 | 0.76 | 0 | 0.43 | 285.95 | 0.61 | 0.35 |
| Hex | 78 | 23 | 92 | 12 | 4C | 0 | 2B | 11E | 3D | 23 |
| Octal | 170 | 43 | 222 | 22 | 114 | 0 | 53 | 436 | 75 | 43 |
| Binary | 1111000 | 100011 | 10010010 | 10010 | 1001100 | 0 | 101011 | 100011110 | 111101 | 100011 |
Color Harmonies of #782392
Complementary color
Monochromatic Colors of #782392
Black with #782392
Text Example
Text Example
White with #782392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782392; }
p { color: rgb(120,35,146); }
H1.HeaderClassName
{
color: #782392;
}
.AnyTagClassName
{
color: #782392;
}
</style>
background-color css
<style>
a { background-color: #782392; }
a { background-color: rgb(120,35,146); }
div.DivClassName
{
background-color: #782392;
}
.BgClassName
{
background-color: #782392;
}
</style>
border-color css
<style>
span { border-color: #782392; }
span { border-color: rgb(120,35,146); }
td.TdClassName
{
border-color: #782392;
}
.TagClassName
{
border-color: #782392;
}
</style>