Shades of Vivid Violet #713289
Tints of Vivid Violet #713289
RGB
CMYK
RGB Variations
Color information
#713289 (or 0x713289) is known color: Vivid Violet. HEX triplet: 71, 32 and 89. RGB value is (113,50,137). Sum of RGB (Red+Green+Blue) = 113+50+137=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #713289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713289 is #8ECD76. Grayscale: #4E4E4E. Windows color (decimal): -9358711 or 8991345. OLE color: 8991345.
HSL color Cylindrical-coordinate representation of color #713289: hue angle of 283.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713289 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 50 | 137 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.46 |
| HSL | 283.45º | 0.47% | 0.37% | - |
| HSV(B) | 283.45º | 0.64% | 0.54% | - |
| XYZ | 12.47 | 7.6 | 24.48 | - |
| YUV | 78.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 137 | 0.18 | 0.64 | 0 | 0.46 | 283.45 | 0.47 | 0.37 |
| Hex | 71 | 32 | 89 | 12 | 40 | 0 | 2E | 11B | 2F | 25 |
| Octal | 161 | 62 | 211 | 22 | 100 | 0 | 56 | 433 | 57 | 45 |
| Binary | 1110001 | 110010 | 10001001 | 10010 | 1000000 | 0 | 101110 | 100011011 | 101111 | 100101 |
Color Harmonies of #713289
Complementary color
Monochromatic Colors of #713289
Black with #713289
Text Example
Text Example
White with #713289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713289; }
p { color: rgb(113,50,137); }
H1.HeaderClassName
{
color: #713289;
}
.AnyTagClassName
{
color: #713289;
}
</style>
background-color css
<style>
a { background-color: #713289; }
a { background-color: rgb(113,50,137); }
div.DivClassName
{
background-color: #713289;
}
.BgClassName
{
background-color: #713289;
}
</style>
border-color css
<style>
span { border-color: #713289; }
span { border-color: rgb(113,50,137); }
td.TdClassName
{
border-color: #713289;
}
.TagClassName
{
border-color: #713289;
}
</style>