Shades of Vivid Violet #712992
Tints of Vivid Violet #712992
RGB
CMYK
RGB Variations
Color information
#712992 (or 0x712992) is known color: Vivid Violet. HEX triplet: 71, 29 and 92. RGB value is (113,41,146). Sum of RGB (Red+Green+Blue) = 113+41+146=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #712992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712992 is #8ED66D. Grayscale: #4A4A4A. Windows color (decimal): -9361006 or 9578865. OLE color: 9578865.
HSL color Cylindrical-coordinate representation of color #712992: hue angle of 281.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712992 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 41 | 146 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.43 |
| HSL | 281.14º | 0.56% | 0.37% | - |
| HSV(B) | 281.14º | 0.72% | 0.57% | - |
| XYZ | 12.79 | 7.17 | 27.9 | - |
| YUV | 74.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 146 | 0.23 | 0.72 | 0 | 0.43 | 281.14 | 0.56 | 0.37 |
| Hex | 71 | 29 | 92 | 17 | 48 | 0 | 2B | 119 | 38 | 25 |
| Octal | 161 | 51 | 222 | 27 | 110 | 0 | 53 | 431 | 70 | 45 |
| Binary | 1110001 | 101001 | 10010010 | 10111 | 1001000 | 0 | 101011 | 100011001 | 111000 | 100101 |
Color Harmonies of #712992
Complementary color
Monochromatic Colors of #712992
Black with #712992
Text Example
Text Example
White with #712992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712992; }
p { color: rgb(113,41,146); }
H1.HeaderClassName
{
color: #712992;
}
.AnyTagClassName
{
color: #712992;
}
</style>
background-color css
<style>
a { background-color: #712992; }
a { background-color: rgb(113,41,146); }
div.DivClassName
{
background-color: #712992;
}
.BgClassName
{
background-color: #712992;
}
</style>
border-color css
<style>
span { border-color: #712992; }
span { border-color: rgb(113,41,146); }
td.TdClassName
{
border-color: #712992;
}
.TagClassName
{
border-color: #712992;
}
</style>