Shades of Vivid Violet #712590
Tints of Vivid Violet #712590
RGB
CMYK
RGB Variations
Color information
#712590 (or 0x712590) is known color: Vivid Violet. HEX triplet: 71, 25 and 90. RGB value is (113,37,144). Sum of RGB (Red+Green+Blue) = 113+37+144=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #712590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712590 is #8EDA6F. Grayscale: #474747. Windows color (decimal): -9362032 or 9446769. OLE color: 9446769.
HSL color Cylindrical-coordinate representation of color #712590: hue angle of 282.62º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712590 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 37 | 144 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.44 |
| HSL | 282.62º | 0.59% | 0.35% | - |
| HSV(B) | 282.62º | 0.74% | 0.56% | - |
| XYZ | 12.51 | 6.85 | 27.05 | - |
| YUV | 71.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 144 | 0.22 | 0.74 | 0 | 0.44 | 282.62 | 0.59 | 0.35 |
| Hex | 71 | 25 | 90 | 16 | 4A | 0 | 2C | 11B | 3B | 23 |
| Octal | 161 | 45 | 220 | 26 | 112 | 0 | 54 | 433 | 73 | 43 |
| Binary | 1110001 | 100101 | 10010000 | 10110 | 1001010 | 0 | 101100 | 100011011 | 111011 | 100011 |
Color Harmonies of #712590
Complementary color
Monochromatic Colors of #712590
Black with #712590
Text Example
Text Example
White with #712590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712590; }
p { color: rgb(113,37,144); }
H1.HeaderClassName
{
color: #712590;
}
.AnyTagClassName
{
color: #712590;
}
</style>
background-color css
<style>
a { background-color: #712590; }
a { background-color: rgb(113,37,144); }
div.DivClassName
{
background-color: #712590;
}
.BgClassName
{
background-color: #712590;
}
</style>
border-color css
<style>
span { border-color: #712590; }
span { border-color: rgb(113,37,144); }
td.TdClassName
{
border-color: #712590;
}
.TagClassName
{
border-color: #712590;
}
</style>