Shades of Vivid Violet #712192
Tints of Vivid Violet #712192
RGB
CMYK
RGB Variations
Color information
#712192 (or 0x712192) is known color: Vivid Violet. HEX triplet: 71, 21 and 92. RGB value is (113,33,146). Sum of RGB (Red+Green+Blue) = 113+33+146=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #712192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712192 is #8EDE6D. Grayscale: #454545. Windows color (decimal): -9363054 or 9576817. OLE color: 9576817.
HSL color Cylindrical-coordinate representation of color #712192: hue angle of 282.48º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712192 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 33 | 146 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.43 |
| HSL | 282.48º | 0.63% | 0.35% | - |
| HSV(B) | 282.48º | 0.77% | 0.57% | - |
| XYZ | 12.54 | 6.67 | 27.82 | - |
| YUV | 69.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 146 | 0.23 | 0.77 | 0 | 0.43 | 282.48 | 0.63 | 0.35 |
| Hex | 71 | 21 | 92 | 17 | 4D | 0 | 2B | 11A | 3F | 23 |
| Octal | 161 | 41 | 222 | 27 | 115 | 0 | 53 | 432 | 77 | 43 |
| Binary | 1110001 | 100001 | 10010010 | 10111 | 1001101 | 0 | 101011 | 100011010 | 111111 | 100011 |
Color Harmonies of #712192
Complementary color
Monochromatic Colors of #712192
Black with #712192
Text Example
Text Example
White with #712192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712192; }
p { color: rgb(113,33,146); }
H1.HeaderClassName
{
color: #712192;
}
.AnyTagClassName
{
color: #712192;
}
</style>
background-color css
<style>
a { background-color: #712192; }
a { background-color: rgb(113,33,146); }
div.DivClassName
{
background-color: #712192;
}
.BgClassName
{
background-color: #712192;
}
</style>
border-color css
<style>
span { border-color: #712192; }
span { border-color: rgb(113,33,146); }
td.TdClassName
{
border-color: #712192;
}
.TagClassName
{
border-color: #712192;
}
</style>