Shades of Vivid Violet #712589
Tints of Vivid Violet #712589
RGB
CMYK
RGB Variations
Color information
#712589 (or 0x712589) is known color: Vivid Violet. HEX triplet: 71, 25 and 89. RGB value is (113,37,137). Sum of RGB (Red+Green+Blue) = 113+37+137=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #712589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712589 is #8EDA76. Grayscale: #464646. Windows color (decimal): -9362039 or 8988017. OLE color: 8988017.
HSL color Cylindrical-coordinate representation of color #712589: hue angle of 285.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712589 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 37 | 137 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.46 |
| HSL | 285.6º | 0.57% | 0.34% | - |
| HSV(B) | 285.6º | 0.73% | 0.54% | - |
| XYZ | 11.99 | 6.64 | 24.32 | - |
| YUV | 71.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 137 | 0.18 | 0.73 | 0 | 0.46 | 285.6 | 0.57 | 0.34 |
| Hex | 71 | 25 | 89 | 12 | 49 | 0 | 2E | 11E | 39 | 22 |
| Octal | 161 | 45 | 211 | 22 | 111 | 0 | 56 | 436 | 71 | 42 |
| Binary | 1110001 | 100101 | 10001001 | 10010 | 1001001 | 0 | 101110 | 100011110 | 111001 | 100010 |
Color Harmonies of #712589
Complementary color
Monochromatic Colors of #712589
Black with #712589
Text Example
Text Example
White with #712589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712589; }
p { color: rgb(113,37,137); }
H1.HeaderClassName
{
color: #712589;
}
.AnyTagClassName
{
color: #712589;
}
</style>
background-color css
<style>
a { background-color: #712589; }
a { background-color: rgb(113,37,137); }
div.DivClassName
{
background-color: #712589;
}
.BgClassName
{
background-color: #712589;
}
</style>
border-color css
<style>
span { border-color: #712589; }
span { border-color: rgb(113,37,137); }
td.TdClassName
{
border-color: #712589;
}
.TagClassName
{
border-color: #712589;
}
</style>