Shades of Vivid Violet #712999
Tints of Vivid Violet #712999
RGB
CMYK
RGB Variations
Color information
#712999 (or 0x712999) is known color: Vivid Violet. HEX triplet: 71, 29 and 99. RGB value is (113,41,153). Sum of RGB (Red+Green+Blue) = 113+41+153=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #712999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712999 is #8ED666. Grayscale: #4A4A4A. Windows color (decimal): -9360999 or 10037617. OLE color: 10037617.
HSL color Cylindrical-coordinate representation of color #712999: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712999 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 41 | 153 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.4 |
| HSL | 278.57º | 0.58% | 0.38% | - |
| HSV(B) | 278.57º | 0.73% | 0.6% | - |
| XYZ | 13.35 | 7.4 | 30.86 | - |
| YUV | 75.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 153 | 0.26 | 0.73 | 0 | 0.4 | 278.57 | 0.58 | 0.38 |
| Hex | 71 | 29 | 99 | 1A | 49 | 0 | 28 | 117 | 3A | 26 |
| Octal | 161 | 51 | 231 | 32 | 111 | 0 | 50 | 427 | 72 | 46 |
| Binary | 1110001 | 101001 | 10011001 | 11010 | 1001001 | 0 | 101000 | 100010111 | 111010 | 100110 |
Color Harmonies of #712999
Complementary color
Monochromatic Colors of #712999
Black with #712999
Text Example
Text Example
White with #712999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712999; }
p { color: rgb(113,41,153); }
H1.HeaderClassName
{
color: #712999;
}
.AnyTagClassName
{
color: #712999;
}
</style>
background-color css
<style>
a { background-color: #712999; }
a { background-color: rgb(113,41,153); }
div.DivClassName
{
background-color: #712999;
}
.BgClassName
{
background-color: #712999;
}
</style>
border-color css
<style>
span { border-color: #712999; }
span { border-color: rgb(113,41,153); }
td.TdClassName
{
border-color: #712999;
}
.TagClassName
{
border-color: #712999;
}
</style>