Shades of Vivid Violet #712886
Tints of Vivid Violet #712886
RGB
CMYK
RGB Variations
Color information
#712886 (or 0x712886) is known color: Vivid Violet. HEX triplet: 71, 28 and 86. RGB value is (113,40,134). Sum of RGB (Red+Green+Blue) = 113+40+134=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #712886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712886 is #8ED779. Grayscale: #484848. Windows color (decimal): -9361274 or 8792177. OLE color: 8792177.
HSL color Cylindrical-coordinate representation of color #712886: hue angle of 286.6º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712886 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 40 | 134 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.47 |
| HSL | 286.6º | 0.54% | 0.34% | - |
| HSV(B) | 286.6º | 0.7% | 0.53% | - |
| XYZ | 11.87 | 6.75 | 23.23 | - |
| YUV | 72.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 134 | 0.16 | 0.70 | 0 | 0.47 | 286.6 | 0.54 | 0.34 |
| Hex | 71 | 28 | 86 | 10 | 46 | 0 | 2F | 11F | 36 | 22 |
| Octal | 161 | 50 | 206 | 20 | 106 | 0 | 57 | 437 | 66 | 42 |
| Binary | 1110001 | 101000 | 10000110 | 10000 | 1000110 | 0 | 101111 | 100011111 | 110110 | 100010 |
Color Harmonies of #712886
Complementary color
Monochromatic Colors of #712886
Black with #712886
Text Example
Text Example
White with #712886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712886; }
p { color: rgb(113,40,134); }
H1.HeaderClassName
{
color: #712886;
}
.AnyTagClassName
{
color: #712886;
}
</style>
background-color css
<style>
a { background-color: #712886; }
a { background-color: rgb(113,40,134); }
div.DivClassName
{
background-color: #712886;
}
.BgClassName
{
background-color: #712886;
}
</style>
border-color css
<style>
span { border-color: #712886; }
span { border-color: rgb(113,40,134); }
td.TdClassName
{
border-color: #712886;
}
.TagClassName
{
border-color: #712886;
}
</style>