Shades of Vivid Violet #713084
Tints of Vivid Violet #713084
RGB
CMYK
RGB Variations
Color information
#713084 (or 0x713084) is known color: Vivid Violet. HEX triplet: 71, 30 and 84. RGB value is (113,48,132). Sum of RGB (Red+Green+Blue) = 113+48+132=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #713084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713084 is #8ECF7B. Grayscale: #4C4C4C. Windows color (decimal): -9359228 or 8663153. OLE color: 8663153.
HSL color Cylindrical-coordinate representation of color #713084: hue angle of 286.43º 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 #713084 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 48 | 132 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.48 |
| HSL | 286.43º | 0.47% | 0.35% | - |
| HSV(B) | 286.43º | 0.64% | 0.52% | - |
| XYZ | 12.03 | 7.29 | 22.6 | - |
| YUV | 77.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 132 | 0.14 | 0.64 | 0 | 0.48 | 286.43 | 0.47 | 0.35 |
| Hex | 71 | 30 | 84 | E | 40 | 0 | 30 | 11E | 2F | 23 |
| Octal | 161 | 60 | 204 | 16 | 100 | 0 | 60 | 436 | 57 | 43 |
| Binary | 1110001 | 110000 | 10000100 | 1110 | 1000000 | 0 | 110000 | 100011110 | 101111 | 100011 |
Color Harmonies of #713084
Complementary color
Monochromatic Colors of #713084
Black with #713084
Text Example
Text Example
White with #713084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713084; }
p { color: rgb(113,48,132); }
H1.HeaderClassName
{
color: #713084;
}
.AnyTagClassName
{
color: #713084;
}
</style>
background-color css
<style>
a { background-color: #713084; }
a { background-color: rgb(113,48,132); }
div.DivClassName
{
background-color: #713084;
}
.BgClassName
{
background-color: #713084;
}
</style>
border-color css
<style>
span { border-color: #713084; }
span { border-color: rgb(113,48,132); }
td.TdClassName
{
border-color: #713084;
}
.TagClassName
{
border-color: #713084;
}
</style>