Shades of Vivid Violet #712996
Tints of Vivid Violet #712996
RGB
CMYK
RGB Variations
Color information
#712996 (or 0x712996) is known color: Vivid Violet. HEX triplet: 71, 29 and 96. RGB value is (113,41,150). Sum of RGB (Red+Green+Blue) = 113+41+150=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #712996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712996 is #8ED669. Grayscale: #4A4A4A. Windows color (decimal): -9361002 or 9841009. OLE color: 9841009.
HSL color Cylindrical-coordinate representation of color #712996: hue angle of 279.63º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712996 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 41 | 150 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.41 |
| HSL | 279.63º | 0.57% | 0.37% | - |
| HSV(B) | 279.63º | 0.73% | 0.59% | - |
| XYZ | 13.11 | 7.3 | 29.57 | - |
| YUV | 74.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 150 | 0.25 | 0.73 | 0 | 0.41 | 279.63 | 0.57 | 0.37 |
| Hex | 71 | 29 | 96 | 19 | 49 | 0 | 29 | 118 | 39 | 25 |
| Octal | 161 | 51 | 226 | 31 | 111 | 0 | 51 | 430 | 71 | 45 |
| Binary | 1110001 | 101001 | 10010110 | 11001 | 1001001 | 0 | 101001 | 100011000 | 111001 | 100101 |
Color Harmonies of #712996
Complementary color
Monochromatic Colors of #712996
Black with #712996
Text Example
Text Example
White with #712996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712996; }
p { color: rgb(113,41,150); }
H1.HeaderClassName
{
color: #712996;
}
.AnyTagClassName
{
color: #712996;
}
</style>
background-color css
<style>
a { background-color: #712996; }
a { background-color: rgb(113,41,150); }
div.DivClassName
{
background-color: #712996;
}
.BgClassName
{
background-color: #712996;
}
</style>
border-color css
<style>
span { border-color: #712996; }
span { border-color: rgb(113,41,150); }
td.TdClassName
{
border-color: #712996;
}
.TagClassName
{
border-color: #712996;
}
</style>