Shades of Vivid Violet #713784
Tints of Vivid Violet #713784
RGB
CMYK
RGB Variations
Color information
#713784 (or 0x713784) is known color: Vivid Violet. HEX triplet: 71, 37 and 84. RGB value is (113,55,132). Sum of RGB (Red+Green+Blue) = 113+55+132=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #713784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713784 is #8EC87B. Grayscale: #505050. Windows color (decimal): -9357436 or 8664945. OLE color: 8664945.
HSL color Cylindrical-coordinate representation of color #713784: hue angle of 285.19º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713784 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 113 | 55 | 132 | - |
CMYK | 0.14 | 0.58 | 0 | 0.48 |
HSL | 285.19º | 0.41% | 0.37% | - |
HSV(B) | 285.19º | 0.58% | 0.52% | - |
XYZ | 12.34 | 7.91 | 22.71 | - |
YUV | 81.12 | 156.72 | 150.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 55 | 132 | 0.14 | 0.58 | 0 | 0.48 | 285.19 | 0.41 | 0.37 |
Hex | 71 | 37 | 84 | E | 3A | 0 | 30 | 11D | 29 | 25 |
Octal | 161 | 67 | 204 | 16 | 72 | 0 | 60 | 435 | 51 | 45 |
Binary | 1110001 | 110111 | 10000100 | 1110 | 111010 | 0 | 110000 | 100011101 | 101001 | 100101 |
Color Harmonies of #713784
Complementary color
Monochromatic Colors of #713784
Black with #713784
Text Example
Text Example
White with #713784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713784; }
p { color: rgb(113,55,132); }
H1.HeaderClassName
{
color: #713784;
}
.AnyTagClassName
{
color: #713784;
}
</style>
background-color css
<style>
a { background-color: #713784; }
a { background-color: rgb(113,55,132); }
div.DivClassName
{
background-color: #713784;
}
.BgClassName
{
background-color: #713784;
}
</style>
border-color css
<style>
span { border-color: #713784; }
span { border-color: rgb(113,55,132); }
td.TdClassName
{
border-color: #713784;
}
.TagClassName
{
border-color: #713784;
}
</style>