Shades of Vivid Violet #712897
Tints of Vivid Violet #712897
RGB
CMYK
RGB Variations
Color information
#712897 (or 0x712897) is known color: Vivid Violet. HEX triplet: 71, 28 and 97. RGB value is (113,40,151). Sum of RGB (Red+Green+Blue) = 113+40+151=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #712897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712897 is #8ED768. Grayscale: #4A4A4A. Windows color (decimal): -9361257 or 9906289. OLE color: 9906289.
HSL color Cylindrical-coordinate representation of color #712897: hue angle of 279.46º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712897 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 40 | 151 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.41 |
| HSL | 279.46º | 0.58% | 0.37% | - |
| HSV(B) | 279.46º | 0.74% | 0.59% | - |
| XYZ | 13.15 | 7.26 | 29.99 | - |
| YUV | 74.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 151 | 0.25 | 0.74 | 0 | 0.41 | 279.46 | 0.58 | 0.37 |
| Hex | 71 | 28 | 97 | 19 | 4A | 0 | 29 | 117 | 3A | 25 |
| Octal | 161 | 50 | 227 | 31 | 112 | 0 | 51 | 427 | 72 | 45 |
| Binary | 1110001 | 101000 | 10010111 | 11001 | 1001010 | 0 | 101001 | 100010111 | 111010 | 100101 |
Color Harmonies of #712897
Complementary color
Monochromatic Colors of #712897
Black with #712897
Text Example
Text Example
White with #712897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712897; }
p { color: rgb(113,40,151); }
H1.HeaderClassName
{
color: #712897;
}
.AnyTagClassName
{
color: #712897;
}
</style>
background-color css
<style>
a { background-color: #712897; }
a { background-color: rgb(113,40,151); }
div.DivClassName
{
background-color: #712897;
}
.BgClassName
{
background-color: #712897;
}
</style>
border-color css
<style>
span { border-color: #712897; }
span { border-color: rgb(113,40,151); }
td.TdClassName
{
border-color: #712897;
}
.TagClassName
{
border-color: #712897;
}
</style>