Shades of Vivid Violet #712487
Tints of Vivid Violet #712487
RGB
CMYK
RGB Variations
Color information
#712487 (or 0x712487) is known color: Vivid Violet. HEX triplet: 71, 24 and 87. RGB value is (113,36,135). Sum of RGB (Red+Green+Blue) = 113+36+135=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #712487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712487 is #8EDB78. Grayscale: #454545. Windows color (decimal): -9362297 or 8856689. OLE color: 8856689.
HSL color Cylindrical-coordinate representation of color #712487: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712487 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 36 | 135 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.47 |
| HSL | 286.67º | 0.58% | 0.34% | - |
| HSV(B) | 286.67º | 0.73% | 0.53% | - |
| XYZ | 11.81 | 6.52 | 23.56 | - |
| YUV | 70.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 135 | 0.16 | 0.73 | 0 | 0.47 | 286.67 | 0.58 | 0.34 |
| Hex | 71 | 24 | 87 | 10 | 49 | 0 | 2F | 11F | 3A | 22 |
| Octal | 161 | 44 | 207 | 20 | 111 | 0 | 57 | 437 | 72 | 42 |
| Binary | 1110001 | 100100 | 10000111 | 10000 | 1001001 | 0 | 101111 | 100011111 | 111010 | 100010 |
Color Harmonies of #712487
Complementary color
Monochromatic Colors of #712487
Black with #712487
Text Example
Text Example
White with #712487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712487; }
p { color: rgb(113,36,135); }
H1.HeaderClassName
{
color: #712487;
}
.AnyTagClassName
{
color: #712487;
}
</style>
background-color css
<style>
a { background-color: #712487; }
a { background-color: rgb(113,36,135); }
div.DivClassName
{
background-color: #712487;
}
.BgClassName
{
background-color: #712487;
}
</style>
border-color css
<style>
span { border-color: #712487; }
span { border-color: rgb(113,36,135); }
td.TdClassName
{
border-color: #712487;
}
.TagClassName
{
border-color: #712487;
}
</style>