Shades of Vivid Violet #713593
Tints of Vivid Violet #713593
RGB
CMYK
RGB Variations
Color information
#713593 (or 0x713593) is known color: Vivid Violet. HEX triplet: 71, 35 and 93. RGB value is (113,53,147). Sum of RGB (Red+Green+Blue) = 113+53+147=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #713593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713593 is #8ECA6C. Grayscale: #515151. Windows color (decimal): -9357933 or 9647473. OLE color: 9647473.
HSL color Cylindrical-coordinate representation of color #713593: hue angle of 278.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713593 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 53 | 147 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.42 |
| HSL | 278.3º | 0.47% | 0.39% | - |
| HSV(B) | 278.3º | 0.64% | 0.58% | - |
| XYZ | 13.35 | 8.16 | 28.48 | - |
| YUV | 81.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 147 | 0.23 | 0.64 | 0 | 0.42 | 278.3 | 0.47 | 0.39 |
| Hex | 71 | 35 | 93 | 17 | 40 | 0 | 2A | 116 | 2F | 27 |
| Octal | 161 | 65 | 223 | 27 | 100 | 0 | 52 | 426 | 57 | 47 |
| Binary | 1110001 | 110101 | 10010011 | 10111 | 1000000 | 0 | 101010 | 100010110 | 101111 | 100111 |
Color Harmonies of #713593
Complementary color
Monochromatic Colors of #713593
Black with #713593
Text Example
Text Example
White with #713593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713593; }
p { color: rgb(113,53,147); }
H1.HeaderClassName
{
color: #713593;
}
.AnyTagClassName
{
color: #713593;
}
</style>
background-color css
<style>
a { background-color: #713593; }
a { background-color: rgb(113,53,147); }
div.DivClassName
{
background-color: #713593;
}
.BgClassName
{
background-color: #713593;
}
</style>
border-color css
<style>
span { border-color: #713593; }
span { border-color: rgb(113,53,147); }
td.TdClassName
{
border-color: #713593;
}
.TagClassName
{
border-color: #713593;
}
</style>