Shades of Vivid Violet #783290
Tints of Vivid Violet #783290
RGB
CMYK
RGB Variations
Color information
#783290 (or 0x783290) is known color: Vivid Violet. HEX triplet: 78, 32 and 90. RGB value is (120,50,144). Sum of RGB (Red+Green+Blue) = 120+50+144=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #783290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783290 is #87CD6F. Grayscale: #515151. Windows color (decimal): -8899952 or 9450104. OLE color: 9450104.
HSL color Cylindrical-coordinate representation of color #783290: hue angle of 284.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783290 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 50 | 144 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.44 |
| HSL | 284.68º | 0.48% | 0.38% | - |
| HSV(B) | 284.68º | 0.65% | 0.56% | - |
| XYZ | 13.92 | 8.29 | 27.25 | - |
| YUV | 81.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 144 | 0.17 | 0.65 | 0 | 0.44 | 284.68 | 0.48 | 0.38 |
| Hex | 78 | 32 | 90 | 11 | 41 | 0 | 2C | 11D | 30 | 26 |
| Octal | 170 | 62 | 220 | 21 | 101 | 0 | 54 | 435 | 60 | 46 |
| Binary | 1111000 | 110010 | 10010000 | 10001 | 1000001 | 0 | 101100 | 100011101 | 110000 | 100110 |
Color Harmonies of #783290
Complementary color
Monochromatic Colors of #783290
Black with #783290
Text Example
Text Example
White with #783290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783290; }
p { color: rgb(120,50,144); }
H1.HeaderClassName
{
color: #783290;
}
.AnyTagClassName
{
color: #783290;
}
</style>
background-color css
<style>
a { background-color: #783290; }
a { background-color: rgb(120,50,144); }
div.DivClassName
{
background-color: #783290;
}
.BgClassName
{
background-color: #783290;
}
</style>
border-color css
<style>
span { border-color: #783290; }
span { border-color: rgb(120,50,144); }
td.TdClassName
{
border-color: #783290;
}
.TagClassName
{
border-color: #783290;
}
</style>