Shades of Vivid Violet #712D93
Tints of Vivid Violet #712D93
RGB
CMYK
RGB Variations
Color information
#712D93 (or 0x712D93) is known color: Vivid Violet. HEX triplet: 71, 2D and 93. RGB value is (113,45,147). Sum of RGB (Red+Green+Blue) = 113+45+147=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #712D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712D93 is #8ED26C. Grayscale: #4C4C4C. Windows color (decimal): -9359981 or 9645425. OLE color: 9645425.
HSL color Cylindrical-coordinate representation of color #712D93: hue angle of 280º degrees, saturation: 0.53, 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 #712D93 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 45 | 147 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.42 |
| HSL | 280º | 0.53% | 0.38% | - |
| HSV(B) | 280º | 0.69% | 0.58% | - |
| XYZ | 13.01 | 7.49 | 28.36 | - |
| YUV | 76.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 147 | 0.23 | 0.69 | 0 | 0.42 | 280 | 0.53 | 0.38 |
| Hex | 71 | 2D | 93 | 17 | 45 | 0 | 2A | 118 | 35 | 26 |
| Octal | 161 | 55 | 223 | 27 | 105 | 0 | 52 | 430 | 65 | 46 |
| Binary | 1110001 | 101101 | 10010011 | 10111 | 1000101 | 0 | 101010 | 100011000 | 110101 | 100110 |
Color Harmonies of #712D93
Complementary color
Monochromatic Colors of #712D93
Black with #712D93
Text Example
Text Example
White with #712D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D93; }
p { color: rgb(113,45,147); }
H1.HeaderClassName
{
color: #712D93;
}
.AnyTagClassName
{
color: #712D93;
}
</style>
background-color css
<style>
a { background-color: #712D93; }
a { background-color: rgb(113,45,147); }
div.DivClassName
{
background-color: #712D93;
}
.BgClassName
{
background-color: #712D93;
}
</style>
border-color css
<style>
span { border-color: #712D93; }
span { border-color: rgb(113,45,147); }
td.TdClassName
{
border-color: #712D93;
}
.TagClassName
{
border-color: #712D93;
}
</style>