Shades of Vivid Violet #712197
Tints of Vivid Violet #712197
RGB
CMYK
RGB Variations
Color information
#712197 (or 0x712197) is known color: Vivid Violet. HEX triplet: 71, 21 and 97. RGB value is (113,33,151). Sum of RGB (Red+Green+Blue) = 113+33+151=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #712197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712197 is #8EDE68. Grayscale: #454545. Windows color (decimal): -9363049 or 9904497. OLE color: 9904497.
HSL color Cylindrical-coordinate representation of color #712197: hue angle of 280.68º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712197 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 33 | 151 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.41 |
| HSL | 280.68º | 0.64% | 0.36% | - |
| HSV(B) | 280.68º | 0.78% | 0.59% | - |
| XYZ | 12.94 | 6.83 | 29.92 | - |
| YUV | 70.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 151 | 0.25 | 0.78 | 0 | 0.41 | 280.68 | 0.64 | 0.36 |
| Hex | 71 | 21 | 97 | 19 | 4E | 0 | 29 | 119 | 40 | 24 |
| Octal | 161 | 41 | 227 | 31 | 116 | 0 | 51 | 431 | 100 | 44 |
| Binary | 1110001 | 100001 | 10010111 | 11001 | 1001110 | 0 | 101001 | 100011001 | 1000000 | 100100 |
Color Harmonies of #712197
Complementary color
Monochromatic Colors of #712197
Black with #712197
Text Example
Text Example
White with #712197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712197; }
p { color: rgb(113,33,151); }
H1.HeaderClassName
{
color: #712197;
}
.AnyTagClassName
{
color: #712197;
}
</style>
background-color css
<style>
a { background-color: #712197; }
a { background-color: rgb(113,33,151); }
div.DivClassName
{
background-color: #712197;
}
.BgClassName
{
background-color: #712197;
}
</style>
border-color css
<style>
span { border-color: #712197; }
span { border-color: rgb(113,33,151); }
td.TdClassName
{
border-color: #712197;
}
.TagClassName
{
border-color: #712197;
}
</style>