Shades of Vivid Violet #712788
Tints of Vivid Violet #712788
RGB
CMYK
RGB Variations
Color information
#712788 (or 0x712788) is known color: Vivid Violet. HEX triplet: 71, 27 and 88. RGB value is (113,39,136). Sum of RGB (Red+Green+Blue) = 113+39+136=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #712788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712788 is #8ED877. Grayscale: #474747. Windows color (decimal): -9361528 or 8922993. OLE color: 8922993.
HSL color Cylindrical-coordinate representation of color #712788: hue angle of 285.77º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712788 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 39 | 136 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.47 |
| HSL | 285.77º | 0.55% | 0.34% | - |
| HSV(B) | 285.77º | 0.71% | 0.53% | - |
| XYZ | 11.98 | 6.74 | 23.96 | - |
| YUV | 72.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 136 | 0.17 | 0.71 | 0 | 0.47 | 285.77 | 0.55 | 0.34 |
| Hex | 71 | 27 | 88 | 11 | 47 | 0 | 2F | 11E | 37 | 22 |
| Octal | 161 | 47 | 210 | 21 | 107 | 0 | 57 | 436 | 67 | 42 |
| Binary | 1110001 | 100111 | 10001000 | 10001 | 1000111 | 0 | 101111 | 100011110 | 110111 | 100010 |
Color Harmonies of #712788
Complementary color
Monochromatic Colors of #712788
Black with #712788
Text Example
Text Example
White with #712788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712788; }
p { color: rgb(113,39,136); }
H1.HeaderClassName
{
color: #712788;
}
.AnyTagClassName
{
color: #712788;
}
</style>
background-color css
<style>
a { background-color: #712788; }
a { background-color: rgb(113,39,136); }
div.DivClassName
{
background-color: #712788;
}
.BgClassName
{
background-color: #712788;
}
</style>
border-color css
<style>
span { border-color: #712788; }
span { border-color: rgb(113,39,136); }
td.TdClassName
{
border-color: #712788;
}
.TagClassName
{
border-color: #712788;
}
</style>