Shades of Vivid Violet #712186
Tints of Vivid Violet #712186
RGB
CMYK
RGB Variations
Color information
#712186 (or 0x712186) is known color: Vivid Violet. HEX triplet: 71, 21 and 86. RGB value is (113,33,134). Sum of RGB (Red+Green+Blue) = 113+33+134=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #712186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712186 is #8EDE79. Grayscale: #444444. Windows color (decimal): -9363066 or 8790385. OLE color: 8790385.
HSL color Cylindrical-coordinate representation of color #712186: hue angle of 287.52º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712186 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 33 | 134 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.47 |
| HSL | 287.52º | 0.6% | 0.33% | - |
| HSV(B) | 287.52º | 0.75% | 0.53% | - |
| XYZ | 11.66 | 6.32 | 23.16 | - |
| YUV | 68.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 134 | 0.16 | 0.75 | 0 | 0.47 | 287.52 | 0.6 | 0.33 |
| Hex | 71 | 21 | 86 | 10 | 4B | 0 | 2F | 120 | 3C | 21 |
| Octal | 161 | 41 | 206 | 20 | 113 | 0 | 57 | 440 | 74 | 41 |
| Binary | 1110001 | 100001 | 10000110 | 10000 | 1001011 | 0 | 101111 | 100100000 | 111100 | 100001 |
Color Harmonies of #712186
Complementary color
Monochromatic Colors of #712186
Black with #712186
Text Example
Text Example
White with #712186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712186; }
p { color: rgb(113,33,134); }
H1.HeaderClassName
{
color: #712186;
}
.AnyTagClassName
{
color: #712186;
}
</style>
background-color css
<style>
a { background-color: #712186; }
a { background-color: rgb(113,33,134); }
div.DivClassName
{
background-color: #712186;
}
.BgClassName
{
background-color: #712186;
}
</style>
border-color css
<style>
span { border-color: #712186; }
span { border-color: rgb(113,33,134); }
td.TdClassName
{
border-color: #712186;
}
.TagClassName
{
border-color: #712186;
}
</style>