Shades of Vivid Violet #713589
Tints of Vivid Violet #713589
RGB
CMYK
RGB Variations
Color information
#713589 (or 0x713589) is known color: Vivid Violet. HEX triplet: 71, 35 and 89. RGB value is (113,53,137). Sum of RGB (Red+Green+Blue) = 113+53+137=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #713589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713589 is #8ECA76. Grayscale: #505050. Windows color (decimal): -9357943 or 8992113. OLE color: 8992113.
HSL color Cylindrical-coordinate representation of color #713589: hue angle of 282.86º 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 #713589 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 53 | 137 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.46 |
| HSL | 282.86º | 0.44% | 0.37% | - |
| HSV(B) | 282.86º | 0.61% | 0.54% | - |
| XYZ | 12.6 | 7.86 | 24.52 | - |
| YUV | 80.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 137 | 0.18 | 0.61 | 0 | 0.46 | 282.86 | 0.44 | 0.37 |
| Hex | 71 | 35 | 89 | 12 | 3D | 0 | 2E | 11B | 2C | 25 |
| Octal | 161 | 65 | 211 | 22 | 75 | 0 | 56 | 433 | 54 | 45 |
| Binary | 1110001 | 110101 | 10001001 | 10010 | 111101 | 0 | 101110 | 100011011 | 101100 | 100101 |
Color Harmonies of #713589
Complementary color
Monochromatic Colors of #713589
Black with #713589
Text Example
Text Example
White with #713589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713589; }
p { color: rgb(113,53,137); }
H1.HeaderClassName
{
color: #713589;
}
.AnyTagClassName
{
color: #713589;
}
</style>
background-color css
<style>
a { background-color: #713589; }
a { background-color: rgb(113,53,137); }
div.DivClassName
{
background-color: #713589;
}
.BgClassName
{
background-color: #713589;
}
</style>
border-color css
<style>
span { border-color: #713589; }
span { border-color: rgb(113,53,137); }
td.TdClassName
{
border-color: #713589;
}
.TagClassName
{
border-color: #713589;
}
</style>