Shades of Vivid Violet #712087
Tints of Vivid Violet #712087
RGB
CMYK
RGB Variations
Color information
#712087 (or 0x712087) is known color: Vivid Violet. HEX triplet: 71, 20 and 87. RGB value is (113,32,135). Sum of RGB (Red+Green+Blue) = 113+32+135=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #712087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712087 is #8EDF78. Grayscale: #434343. Windows color (decimal): -9363321 or 8855665. OLE color: 8855665.
HSL color Cylindrical-coordinate representation of color #712087: hue angle of 287.18º 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 #712087 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 32 | 135 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.47 |
| HSL | 287.18º | 0.62% | 0.33% | - |
| HSV(B) | 287.18º | 0.76% | 0.53% | - |
| XYZ | 11.7 | 6.29 | 23.52 | - |
| YUV | 67.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 135 | 0.16 | 0.76 | 0 | 0.47 | 287.18 | 0.62 | 0.33 |
| Hex | 71 | 20 | 87 | 10 | 4C | 0 | 2F | 11F | 3E | 21 |
| Octal | 161 | 40 | 207 | 20 | 114 | 0 | 57 | 437 | 76 | 41 |
| Binary | 1110001 | 100000 | 10000111 | 10000 | 1001100 | 0 | 101111 | 100011111 | 111110 | 100001 |
Color Harmonies of #712087
Complementary color
Monochromatic Colors of #712087
Black with #712087
Text Example
Text Example
White with #712087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712087; }
p { color: rgb(113,32,135); }
H1.HeaderClassName
{
color: #712087;
}
.AnyTagClassName
{
color: #712087;
}
</style>
background-color css
<style>
a { background-color: #712087; }
a { background-color: rgb(113,32,135); }
div.DivClassName
{
background-color: #712087;
}
.BgClassName
{
background-color: #712087;
}
</style>
border-color css
<style>
span { border-color: #712087; }
span { border-color: rgb(113,32,135); }
td.TdClassName
{
border-color: #712087;
}
.TagClassName
{
border-color: #712087;
}
</style>