Shades of Vivid Violet #712685
Tints of Vivid Violet #712685
RGB
CMYK
RGB Variations
Color information
#712685 (or 0x712685) is known color: Vivid Violet. HEX triplet: 71, 26 and 85. RGB value is (113,38,133). Sum of RGB (Red+Green+Blue) = 113+38+133=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #712685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712685 is #8ED97A. Grayscale: #464646. Windows color (decimal): -9361787 or 8726129. OLE color: 8726129.
HSL color Cylindrical-coordinate representation of color #712685: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712685 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 38 | 133 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.48 |
| HSL | 287.37º | 0.56% | 0.34% | - |
| HSV(B) | 287.37º | 0.71% | 0.52% | - |
| XYZ | 11.74 | 6.59 | 22.84 | - |
| YUV | 71.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 133 | 0.15 | 0.71 | 0 | 0.48 | 287.37 | 0.56 | 0.34 |
| Hex | 71 | 26 | 85 | F | 47 | 0 | 30 | 11F | 38 | 22 |
| Octal | 161 | 46 | 205 | 17 | 107 | 0 | 60 | 437 | 70 | 42 |
| Binary | 1110001 | 100110 | 10000101 | 1111 | 1000111 | 0 | 110000 | 100011111 | 111000 | 100010 |
Color Harmonies of #712685
Complementary color
Monochromatic Colors of #712685
Black with #712685
Text Example
Text Example
White with #712685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712685; }
p { color: rgb(113,38,133); }
H1.HeaderClassName
{
color: #712685;
}
.AnyTagClassName
{
color: #712685;
}
</style>
background-color css
<style>
a { background-color: #712685; }
a { background-color: rgb(113,38,133); }
div.DivClassName
{
background-color: #712685;
}
.BgClassName
{
background-color: #712685;
}
</style>
border-color css
<style>
span { border-color: #712685; }
span { border-color: rgb(113,38,133); }
td.TdClassName
{
border-color: #712685;
}
.TagClassName
{
border-color: #712685;
}
</style>