Shades of Vivid Violet #713B8A
Tints of Vivid Violet #713B8A
RGB
CMYK
RGB Variations
Color information
#713B8A (or 0x713B8A) is known color: Vivid Violet. HEX triplet: 71, 3B and 8A. RGB value is (113,59,138). Sum of RGB (Red+Green+Blue) = 113+59+138=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #713B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B8A is #8EC475. Grayscale: #535353. Windows color (decimal): -9356406 or 9059185. OLE color: 9059185.
HSL color Cylindrical-coordinate representation of color #713B8A: hue angle of 281.01º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713B8A is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 59 | 138 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.46 |
| HSL | 281.01º | 0.4% | 0.39% | - |
| HSV(B) | 281.01º | 0.57% | 0.54% | - |
| XYZ | 12.96 | 8.47 | 25 | - |
| YUV | 84.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 138 | 0.18 | 0.57 | 0 | 0.46 | 281.01 | 0.4 | 0.39 |
| Hex | 71 | 3B | 8A | 12 | 39 | 0 | 2E | 119 | 28 | 27 |
| Octal | 161 | 73 | 212 | 22 | 71 | 0 | 56 | 431 | 50 | 47 |
| Binary | 1110001 | 111011 | 10001010 | 10010 | 111001 | 0 | 101110 | 100011001 | 101000 | 100111 |
Color Harmonies of #713B8A
Complementary color
Monochromatic Colors of #713B8A
Black with #713B8A
Text Example
Text Example
White with #713B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B8A; }
p { color: rgb(113,59,138); }
H1.HeaderClassName
{
color: #713B8A;
}
.AnyTagClassName
{
color: #713B8A;
}
</style>
background-color css
<style>
a { background-color: #713B8A; }
a { background-color: rgb(113,59,138); }
div.DivClassName
{
background-color: #713B8A;
}
.BgClassName
{
background-color: #713B8A;
}
</style>
border-color css
<style>
span { border-color: #713B8A; }
span { border-color: rgb(113,59,138); }
td.TdClassName
{
border-color: #713B8A;
}
.TagClassName
{
border-color: #713B8A;
}
</style>