Shades of Vivid Violet #703890
Tints of Vivid Violet #703890
RGB
CMYK
RGB Variations
Color information
#703890 (or 0x703890) is known color: Vivid Violet. HEX triplet: 70, 38 and 90. RGB value is (112,56,144). Sum of RGB (Red+Green+Blue) = 112+56+144=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #703890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703890 is #8FC76F. Grayscale: #525252. Windows color (decimal): -9422704 or 9451632. OLE color: 9451632.
HSL color Cylindrical-coordinate representation of color #703890: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703890 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 56 | 144 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.44 |
| HSL | 278.18º | 0.44% | 0.39% | - |
| HSV(B) | 278.18º | 0.61% | 0.56% | - |
| XYZ | 13.13 | 8.29 | 27.29 | - |
| YUV | 82.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 144 | 0.22 | 0.61 | 0 | 0.44 | 278.18 | 0.44 | 0.39 |
| Hex | 70 | 38 | 90 | 16 | 3D | 0 | 2C | 116 | 2C | 27 |
| Octal | 160 | 70 | 220 | 26 | 75 | 0 | 54 | 426 | 54 | 47 |
| Binary | 1110000 | 111000 | 10010000 | 10110 | 111101 | 0 | 101100 | 100010110 | 101100 | 100111 |
Color Harmonies of #703890
Complementary color
Monochromatic Colors of #703890
Black with #703890
Text Example
Text Example
White with #703890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703890; }
p { color: rgb(112,56,144); }
H1.HeaderClassName
{
color: #703890;
}
.AnyTagClassName
{
color: #703890;
}
</style>
background-color css
<style>
a { background-color: #703890; }
a { background-color: rgb(112,56,144); }
div.DivClassName
{
background-color: #703890;
}
.BgClassName
{
background-color: #703890;
}
</style>
border-color css
<style>
span { border-color: #703890; }
span { border-color: rgb(112,56,144); }
td.TdClassName
{
border-color: #703890;
}
.TagClassName
{
border-color: #703890;
}
</style>