Shades of Vivid Violet #783292
Tints of Vivid Violet #783292
RGB
CMYK
RGB Variations
Color information
#783292 (or 0x783292) is known color: Vivid Violet. HEX triplet: 78, 32 and 92. RGB value is (120,50,146). Sum of RGB (Red+Green+Blue) = 120+50+146=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #783292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783292 is #87CD6D. Grayscale: #515151. Windows color (decimal): -8899950 or 9581176. OLE color: 9581176.
HSL color Cylindrical-coordinate representation of color #783292: hue angle of 283.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783292 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 50 | 146 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.43 |
| HSL | 283.75º | 0.49% | 0.38% | - |
| HSV(B) | 283.75º | 0.66% | 0.57% | - |
| XYZ | 14.07 | 8.35 | 28.06 | - |
| YUV | 81.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 146 | 0.18 | 0.66 | 0 | 0.43 | 283.75 | 0.49 | 0.38 |
| Hex | 78 | 32 | 92 | 12 | 42 | 0 | 2B | 11C | 31 | 26 |
| Octal | 170 | 62 | 222 | 22 | 102 | 0 | 53 | 434 | 61 | 46 |
| Binary | 1111000 | 110010 | 10010010 | 10010 | 1000010 | 0 | 101011 | 100011100 | 110001 | 100110 |
Color Harmonies of #783292
Complementary color
Monochromatic Colors of #783292
Black with #783292
Text Example
Text Example
White with #783292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783292; }
p { color: rgb(120,50,146); }
H1.HeaderClassName
{
color: #783292;
}
.AnyTagClassName
{
color: #783292;
}
</style>
background-color css
<style>
a { background-color: #783292; }
a { background-color: rgb(120,50,146); }
div.DivClassName
{
background-color: #783292;
}
.BgClassName
{
background-color: #783292;
}
</style>
border-color css
<style>
span { border-color: #783292; }
span { border-color: rgb(120,50,146); }
td.TdClassName
{
border-color: #783292;
}
.TagClassName
{
border-color: #783292;
}
</style>