Shades of Vivid Violet #713188
Tints of Vivid Violet #713188
RGB
CMYK
RGB Variations
Color information
#713188 (or 0x713188) is known color: Vivid Violet. HEX triplet: 71, 31 and 88. RGB value is (113,49,136). Sum of RGB (Red+Green+Blue) = 113+49+136=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #713188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713188 is #8ECE77. Grayscale: #4D4D4D. Windows color (decimal): -9358968 or 8925553. OLE color: 8925553.
HSL color Cylindrical-coordinate representation of color #713188: hue angle of 284.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713188 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 49 | 136 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.47 |
| HSL | 284.14º | 0.47% | 0.36% | - |
| HSV(B) | 284.14º | 0.64% | 0.53% | - |
| XYZ | 12.35 | 7.48 | 24.09 | - |
| YUV | 78.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 136 | 0.17 | 0.64 | 0 | 0.47 | 284.14 | 0.47 | 0.36 |
| Hex | 71 | 31 | 88 | 11 | 40 | 0 | 2F | 11C | 2F | 24 |
| Octal | 161 | 61 | 210 | 21 | 100 | 0 | 57 | 434 | 57 | 44 |
| Binary | 1110001 | 110001 | 10001000 | 10001 | 1000000 | 0 | 101111 | 100011100 | 101111 | 100100 |
Color Harmonies of #713188
Complementary color
Monochromatic Colors of #713188
Black with #713188
Text Example
Text Example
White with #713188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713188; }
p { color: rgb(113,49,136); }
H1.HeaderClassName
{
color: #713188;
}
.AnyTagClassName
{
color: #713188;
}
</style>
background-color css
<style>
a { background-color: #713188; }
a { background-color: rgb(113,49,136); }
div.DivClassName
{
background-color: #713188;
}
.BgClassName
{
background-color: #713188;
}
</style>
border-color css
<style>
span { border-color: #713188; }
span { border-color: rgb(113,49,136); }
td.TdClassName
{
border-color: #713188;
}
.TagClassName
{
border-color: #713188;
}
</style>