Shades of Vivid Violet #712088
Tints of Vivid Violet #712088
RGB
CMYK
RGB Variations
Color information
#712088 (or 0x712088) is known color: Vivid Violet. HEX triplet: 71, 20 and 88. RGB value is (113,32,136). Sum of RGB (Red+Green+Blue) = 113+32+136=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #712088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712088 is #8EDF77. Grayscale: #434343. Windows color (decimal): -9363320 or 8921201. OLE color: 8921201.
HSL color Cylindrical-coordinate representation of color #712088: hue angle of 286.73º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712088 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 32 | 136 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.47 |
| HSL | 286.73º | 0.62% | 0.33% | - |
| HSV(B) | 286.73º | 0.76% | 0.53% | - |
| XYZ | 11.77 | 6.32 | 23.89 | - |
| YUV | 68.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 136 | 0.17 | 0.76 | 0 | 0.47 | 286.73 | 0.62 | 0.33 |
| Hex | 71 | 20 | 88 | 11 | 4C | 0 | 2F | 11F | 3E | 21 |
| Octal | 161 | 40 | 210 | 21 | 114 | 0 | 57 | 437 | 76 | 41 |
| Binary | 1110001 | 100000 | 10001000 | 10001 | 1001100 | 0 | 101111 | 100011111 | 111110 | 100001 |
Color Harmonies of #712088
Complementary color
Monochromatic Colors of #712088
Black with #712088
Text Example
Text Example
White with #712088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712088; }
p { color: rgb(113,32,136); }
H1.HeaderClassName
{
color: #712088;
}
.AnyTagClassName
{
color: #712088;
}
</style>
background-color css
<style>
a { background-color: #712088; }
a { background-color: rgb(113,32,136); }
div.DivClassName
{
background-color: #712088;
}
.BgClassName
{
background-color: #712088;
}
</style>
border-color css
<style>
span { border-color: #712088; }
span { border-color: rgb(113,32,136); }
td.TdClassName
{
border-color: #712088;
}
.TagClassName
{
border-color: #712088;
}
</style>