Shades of Vivid Violet #713787
Tints of Vivid Violet #713787
RGB
CMYK
RGB Variations
Color information
#713787 (or 0x713787) is known color: Vivid Violet. HEX triplet: 71, 37 and 87. RGB value is (113,55,135). Sum of RGB (Red+Green+Blue) = 113+55+135=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #713787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713787 is #8EC878. Grayscale: #515151. Windows color (decimal): -9357433 or 8861553. OLE color: 8861553.
HSL color Cylindrical-coordinate representation of color #713787: hue angle of 283.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713787 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 55 | 135 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.47 |
| HSL | 283.5º | 0.42% | 0.37% | - |
| HSV(B) | 283.5º | 0.59% | 0.53% | - |
| XYZ | 12.55 | 7.99 | 23.8 | - |
| YUV | 81.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 135 | 0.16 | 0.59 | 0 | 0.47 | 283.5 | 0.42 | 0.37 |
| Hex | 71 | 37 | 87 | 10 | 3B | 0 | 2F | 11C | 2A | 25 |
| Octal | 161 | 67 | 207 | 20 | 73 | 0 | 57 | 434 | 52 | 45 |
| Binary | 1110001 | 110111 | 10000111 | 10000 | 111011 | 0 | 101111 | 100011100 | 101010 | 100101 |
Color Harmonies of #713787
Complementary color
Monochromatic Colors of #713787
Black with #713787
Text Example
Text Example
White with #713787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713787; }
p { color: rgb(113,55,135); }
H1.HeaderClassName
{
color: #713787;
}
.AnyTagClassName
{
color: #713787;
}
</style>
background-color css
<style>
a { background-color: #713787; }
a { background-color: rgb(113,55,135); }
div.DivClassName
{
background-color: #713787;
}
.BgClassName
{
background-color: #713787;
}
</style>
border-color css
<style>
span { border-color: #713787; }
span { border-color: rgb(113,55,135); }
td.TdClassName
{
border-color: #713787;
}
.TagClassName
{
border-color: #713787;
}
</style>