Shades of Vivid Violet #712293
Tints of Vivid Violet #712293
RGB
CMYK
RGB Variations
Color information
#712293 (or 0x712293) is known color: Vivid Violet. HEX triplet: 71, 22 and 93. RGB value is (113,34,147). Sum of RGB (Red+Green+Blue) = 113+34+147=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #712293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712293 is #8EDD6C. Grayscale: #464646. Windows color (decimal): -9362797 or 9642609. OLE color: 9642609.
HSL color Cylindrical-coordinate representation of color #712293: hue angle of 281.95º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712293 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 34 | 147 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.42 |
| HSL | 281.95º | 0.62% | 0.35% | - |
| HSV(B) | 281.95º | 0.77% | 0.58% | - |
| XYZ | 12.65 | 6.76 | 28.24 | - |
| YUV | 70.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 147 | 0.23 | 0.77 | 0 | 0.42 | 281.95 | 0.62 | 0.35 |
| Hex | 71 | 22 | 93 | 17 | 4D | 0 | 2A | 11A | 3E | 23 |
| Octal | 161 | 42 | 223 | 27 | 115 | 0 | 52 | 432 | 76 | 43 |
| Binary | 1110001 | 100010 | 10010011 | 10111 | 1001101 | 0 | 101010 | 100011010 | 111110 | 100011 |
Color Harmonies of #712293
Complementary color
Monochromatic Colors of #712293
Black with #712293
Text Example
Text Example
White with #712293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712293; }
p { color: rgb(113,34,147); }
H1.HeaderClassName
{
color: #712293;
}
.AnyTagClassName
{
color: #712293;
}
</style>
background-color css
<style>
a { background-color: #712293; }
a { background-color: rgb(113,34,147); }
div.DivClassName
{
background-color: #712293;
}
.BgClassName
{
background-color: #712293;
}
</style>
border-color css
<style>
span { border-color: #712293; }
span { border-color: rgb(113,34,147); }
td.TdClassName
{
border-color: #712293;
}
.TagClassName
{
border-color: #712293;
}
</style>