Shades of Vivid Violet #712687
Tints of Vivid Violet #712687
RGB
CMYK
RGB Variations
Color information
#712687 (or 0x712687) is known color: Vivid Violet. HEX triplet: 71, 26 and 87. RGB value is (113,38,135). Sum of RGB (Red+Green+Blue) = 113+38+135=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #712687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712687 is #8ED978. Grayscale: #474747. Windows color (decimal): -9361785 or 8857201. OLE color: 8857201.
HSL color Cylindrical-coordinate representation of color #712687: hue angle of 286.39º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712687 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 38 | 135 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.47 |
| HSL | 286.39º | 0.56% | 0.34% | - |
| HSV(B) | 286.39º | 0.72% | 0.53% | - |
| XYZ | 11.88 | 6.65 | 23.58 | - |
| YUV | 71.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 135 | 0.16 | 0.72 | 0 | 0.47 | 286.39 | 0.56 | 0.34 |
| Hex | 71 | 26 | 87 | 10 | 48 | 0 | 2F | 11E | 38 | 22 |
| Octal | 161 | 46 | 207 | 20 | 110 | 0 | 57 | 436 | 70 | 42 |
| Binary | 1110001 | 100110 | 10000111 | 10000 | 1001000 | 0 | 101111 | 100011110 | 111000 | 100010 |
Color Harmonies of #712687
Complementary color
Monochromatic Colors of #712687
Black with #712687
Text Example
Text Example
White with #712687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712687; }
p { color: rgb(113,38,135); }
H1.HeaderClassName
{
color: #712687;
}
.AnyTagClassName
{
color: #712687;
}
</style>
background-color css
<style>
a { background-color: #712687; }
a { background-color: rgb(113,38,135); }
div.DivClassName
{
background-color: #712687;
}
.BgClassName
{
background-color: #712687;
}
</style>
border-color css
<style>
span { border-color: #712687; }
span { border-color: rgb(113,38,135); }
td.TdClassName
{
border-color: #712687;
}
.TagClassName
{
border-color: #712687;
}
</style>