Shades of Vivid Violet #703589
Tints of Vivid Violet #703589
RGB
CMYK
RGB Variations
Color information
#703589 (or 0x703589) is known color: Vivid Violet. HEX triplet: 70, 35 and 89. RGB value is (112,53,137). Sum of RGB (Red+Green+Blue) = 112+53+137=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #703589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703589 is #8FCA76. Grayscale: #4F4F4F. Windows color (decimal): -9423479 or 8992112. OLE color: 8992112.
HSL color Cylindrical-coordinate representation of color #703589: hue angle of 282.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703589 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 53 | 137 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.46 |
| HSL | 282.14º | 0.44% | 0.37% | - |
| HSV(B) | 282.14º | 0.61% | 0.54% | - |
| XYZ | 12.47 | 7.8 | 24.51 | - |
| YUV | 80.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 137 | 0.18 | 0.61 | 0 | 0.46 | 282.14 | 0.44 | 0.37 |
| Hex | 70 | 35 | 89 | 12 | 3D | 0 | 2E | 11A | 2C | 25 |
| Octal | 160 | 65 | 211 | 22 | 75 | 0 | 56 | 432 | 54 | 45 |
| Binary | 1110000 | 110101 | 10001001 | 10010 | 111101 | 0 | 101110 | 100011010 | 101100 | 100101 |
Color Harmonies of #703589
Complementary color
Monochromatic Colors of #703589
Black with #703589
Text Example
Text Example
White with #703589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703589; }
p { color: rgb(112,53,137); }
H1.HeaderClassName
{
color: #703589;
}
.AnyTagClassName
{
color: #703589;
}
</style>
background-color css
<style>
a { background-color: #703589; }
a { background-color: rgb(112,53,137); }
div.DivClassName
{
background-color: #703589;
}
.BgClassName
{
background-color: #703589;
}
</style>
border-color css
<style>
span { border-color: #703589; }
span { border-color: rgb(112,53,137); }
td.TdClassName
{
border-color: #703589;
}
.TagClassName
{
border-color: #703589;
}
</style>