Shades of Vivid Violet #712189
Tints of Vivid Violet #712189
RGB
CMYK
RGB Variations
Color information
#712189 (or 0x712189) is known color: Vivid Violet. HEX triplet: 71, 21 and 89. RGB value is (113,33,137). Sum of RGB (Red+Green+Blue) = 113+33+137=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #712189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712189 is #8EDE76. Grayscale: #444444. Windows color (decimal): -9363063 or 8986993. OLE color: 8986993.
HSL color Cylindrical-coordinate representation of color #712189: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712189 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 33 | 137 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.46 |
| HSL | 286.15º | 0.61% | 0.33% | - |
| HSV(B) | 286.15º | 0.76% | 0.54% | - |
| XYZ | 11.87 | 6.4 | 24.28 | - |
| YUV | 68.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 137 | 0.18 | 0.76 | 0 | 0.46 | 286.15 | 0.61 | 0.33 |
| Hex | 71 | 21 | 89 | 12 | 4C | 0 | 2E | 11E | 3D | 21 |
| Octal | 161 | 41 | 211 | 22 | 114 | 0 | 56 | 436 | 75 | 41 |
| Binary | 1110001 | 100001 | 10001001 | 10010 | 1001100 | 0 | 101110 | 100011110 | 111101 | 100001 |
Color Harmonies of #712189
Complementary color
Monochromatic Colors of #712189
Black with #712189
Text Example
Text Example
White with #712189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712189; }
p { color: rgb(113,33,137); }
H1.HeaderClassName
{
color: #712189;
}
.AnyTagClassName
{
color: #712189;
}
</style>
background-color css
<style>
a { background-color: #712189; }
a { background-color: rgb(113,33,137); }
div.DivClassName
{
background-color: #712189;
}
.BgClassName
{
background-color: #712189;
}
</style>
border-color css
<style>
span { border-color: #712189; }
span { border-color: rgb(113,33,137); }
td.TdClassName
{
border-color: #712189;
}
.TagClassName
{
border-color: #712189;
}
</style>