Shades of Vivid Violet #713085
Tints of Vivid Violet #713085
RGB
CMYK
RGB Variations
Color information
#713085 (or 0x713085) is known color: Vivid Violet. HEX triplet: 71, 30 and 85. RGB value is (113,48,133). Sum of RGB (Red+Green+Blue) = 113+48+133=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #713085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713085 is #8ECF7A. Grayscale: #4C4C4C. Windows color (decimal): -9359227 or 8728689. OLE color: 8728689.
HSL color Cylindrical-coordinate representation of color #713085: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713085 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 48 | 133 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.48 |
| HSL | 285.88º | 0.47% | 0.35% | - |
| HSV(B) | 285.88º | 0.64% | 0.52% | - |
| XYZ | 12.1 | 7.32 | 22.97 | - |
| YUV | 77.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 133 | 0.15 | 0.64 | 0 | 0.48 | 285.88 | 0.47 | 0.35 |
| Hex | 71 | 30 | 85 | F | 40 | 0 | 30 | 11E | 2F | 23 |
| Octal | 161 | 60 | 205 | 17 | 100 | 0 | 60 | 436 | 57 | 43 |
| Binary | 1110001 | 110000 | 10000101 | 1111 | 1000000 | 0 | 110000 | 100011110 | 101111 | 100011 |
Color Harmonies of #713085
Complementary color
Monochromatic Colors of #713085
Black with #713085
Text Example
Text Example
White with #713085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713085; }
p { color: rgb(113,48,133); }
H1.HeaderClassName
{
color: #713085;
}
.AnyTagClassName
{
color: #713085;
}
</style>
background-color css
<style>
a { background-color: #713085; }
a { background-color: rgb(113,48,133); }
div.DivClassName
{
background-color: #713085;
}
.BgClassName
{
background-color: #713085;
}
</style>
border-color css
<style>
span { border-color: #713085; }
span { border-color: rgb(113,48,133); }
td.TdClassName
{
border-color: #713085;
}
.TagClassName
{
border-color: #713085;
}
</style>