Shades of Vivid Violet #712796
Tints of Vivid Violet #712796
RGB
CMYK
RGB Variations
Color information
#712796 (or 0x712796) is known color: Vivid Violet. HEX triplet: 71, 27 and 96. RGB value is (113,39,150). Sum of RGB (Red+Green+Blue) = 113+39+150=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #712796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712796 is #8ED869. Grayscale: #494949. Windows color (decimal): -9361514 or 9840497. OLE color: 9840497.
HSL color Cylindrical-coordinate representation of color #712796: hue angle of 280º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712796 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 39 | 150 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.41 |
| HSL | 280º | 0.59% | 0.37% | - |
| HSV(B) | 280º | 0.74% | 0.59% | - |
| XYZ | 13.04 | 7.16 | 29.55 | - |
| YUV | 73.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 150 | 0.25 | 0.74 | 0 | 0.41 | 280 | 0.59 | 0.37 |
| Hex | 71 | 27 | 96 | 19 | 4A | 0 | 29 | 118 | 3B | 25 |
| Octal | 161 | 47 | 226 | 31 | 112 | 0 | 51 | 430 | 73 | 45 |
| Binary | 1110001 | 100111 | 10010110 | 11001 | 1001010 | 0 | 101001 | 100011000 | 111011 | 100101 |
Color Harmonies of #712796
Complementary color
Monochromatic Colors of #712796
Black with #712796
Text Example
Text Example
White with #712796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712796; }
p { color: rgb(113,39,150); }
H1.HeaderClassName
{
color: #712796;
}
.AnyTagClassName
{
color: #712796;
}
</style>
background-color css
<style>
a { background-color: #712796; }
a { background-color: rgb(113,39,150); }
div.DivClassName
{
background-color: #712796;
}
.BgClassName
{
background-color: #712796;
}
</style>
border-color css
<style>
span { border-color: #712796; }
span { border-color: rgb(113,39,150); }
td.TdClassName
{
border-color: #712796;
}
.TagClassName
{
border-color: #712796;
}
</style>