Shades of Vivid Violet #804790
Tints of Vivid Violet #804790
RGB
CMYK
RGB Variations
Color information
#804790 (or 0x804790) is known color: Vivid Violet. HEX triplet: 80, 47 and 90. RGB value is (128,71,144). Sum of RGB (Red+Green+Blue) = 128+71+144=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #804790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804790 is #7FB86F. Grayscale: #606060. Windows color (decimal): -8370288 or 9455488. OLE color: 9455488.
HSL color Cylindrical-coordinate representation of color #804790: hue angle of 286.85º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804790 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 71 | 144 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.44 |
| HSL | 286.85º | 0.34% | 0.42% | - |
| HSV(B) | 286.85º | 0.51% | 0.56% | - |
| XYZ | 16.19 | 11.11 | 27.68 | - |
| YUV | 96.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 144 | 0.11 | 0.51 | 0 | 0.44 | 286.85 | 0.34 | 0.42 |
| Hex | 80 | 47 | 90 | B | 33 | 0 | 2C | 11F | 22 | 2A |
| Octal | 200 | 107 | 220 | 13 | 63 | 0 | 54 | 437 | 42 | 52 |
| Binary | 10000000 | 1000111 | 10010000 | 1011 | 110011 | 0 | 101100 | 100011111 | 100010 | 101010 |
Color Harmonies of #804790
Complementary color
Monochromatic Colors of #804790
Black with #804790
Text Example
Text Example
White with #804790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804790; }
p { color: rgb(128,71,144); }
H1.HeaderClassName
{
color: #804790;
}
.AnyTagClassName
{
color: #804790;
}
</style>
background-color css
<style>
a { background-color: #804790; }
a { background-color: rgb(128,71,144); }
div.DivClassName
{
background-color: #804790;
}
.BgClassName
{
background-color: #804790;
}
</style>
border-color css
<style>
span { border-color: #804790; }
span { border-color: rgb(128,71,144); }
td.TdClassName
{
border-color: #804790;
}
.TagClassName
{
border-color: #804790;
}
</style>