Shades of Vivid Violet #712E93
Tints of Vivid Violet #712E93
RGB
CMYK
RGB Variations
Color information
#712E93 (or 0x712E93) is known color: Vivid Violet. HEX triplet: 71, 2E and 93. RGB value is (113,46,147). Sum of RGB (Red+Green+Blue) = 113+46+147=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #712E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712E93 is #8ED16C. Grayscale: #4D4D4D. Windows color (decimal): -9359725 or 9645681. OLE color: 9645681.
HSL color Cylindrical-coordinate representation of color #712E93: hue angle of 279.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712E93 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 46 | 147 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.42 |
| HSL | 279.8º | 0.52% | 0.38% | - |
| HSV(B) | 279.8º | 0.69% | 0.58% | - |
| XYZ | 13.05 | 7.57 | 28.38 | - |
| YUV | 77.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 147 | 0.23 | 0.69 | 0 | 0.42 | 279.8 | 0.52 | 0.38 |
| Hex | 71 | 2E | 93 | 17 | 45 | 0 | 2A | 118 | 34 | 26 |
| Octal | 161 | 56 | 223 | 27 | 105 | 0 | 52 | 430 | 64 | 46 |
| Binary | 1110001 | 101110 | 10010011 | 10111 | 1000101 | 0 | 101010 | 100011000 | 110100 | 100110 |
Color Harmonies of #712E93
Complementary color
Monochromatic Colors of #712E93
Black with #712E93
Text Example
Text Example
White with #712E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E93; }
p { color: rgb(113,46,147); }
H1.HeaderClassName
{
color: #712E93;
}
.AnyTagClassName
{
color: #712E93;
}
</style>
background-color css
<style>
a { background-color: #712E93; }
a { background-color: rgb(113,46,147); }
div.DivClassName
{
background-color: #712E93;
}
.BgClassName
{
background-color: #712E93;
}
</style>
border-color css
<style>
span { border-color: #712E93; }
span { border-color: rgb(113,46,147); }
td.TdClassName
{
border-color: #712E93;
}
.TagClassName
{
border-color: #712E93;
}
</style>