Shades of Vivid Violet #713792
Tints of Vivid Violet #713792
RGB
CMYK
RGB Variations
Color information
#713792 (or 0x713792) is known color: Vivid Violet. HEX triplet: 71, 37 and 92. RGB value is (113,55,146). Sum of RGB (Red+Green+Blue) = 113+55+146=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #713792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713792 is #8EC86D. Grayscale: #525252. Windows color (decimal): -9357422 or 9582449. OLE color: 9582449.
HSL color Cylindrical-coordinate representation of color #713792: hue angle of 278.24º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713792 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 55 | 146 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.43 |
| HSL | 278.24º | 0.45% | 0.39% | - |
| HSV(B) | 278.24º | 0.62% | 0.57% | - |
| XYZ | 13.36 | 8.32 | 28.1 | - |
| YUV | 82.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 146 | 0.23 | 0.62 | 0 | 0.43 | 278.24 | 0.45 | 0.39 |
| Hex | 71 | 37 | 92 | 17 | 3E | 0 | 2B | 116 | 2D | 27 |
| Octal | 161 | 67 | 222 | 27 | 76 | 0 | 53 | 426 | 55 | 47 |
| Binary | 1110001 | 110111 | 10010010 | 10111 | 111110 | 0 | 101011 | 100010110 | 101101 | 100111 |
Color Harmonies of #713792
Complementary color
Monochromatic Colors of #713792
Black with #713792
Text Example
Text Example
White with #713792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713792; }
p { color: rgb(113,55,146); }
H1.HeaderClassName
{
color: #713792;
}
.AnyTagClassName
{
color: #713792;
}
</style>
background-color css
<style>
a { background-color: #713792; }
a { background-color: rgb(113,55,146); }
div.DivClassName
{
background-color: #713792;
}
.BgClassName
{
background-color: #713792;
}
</style>
border-color css
<style>
span { border-color: #713792; }
span { border-color: rgb(113,55,146); }
td.TdClassName
{
border-color: #713792;
}
.TagClassName
{
border-color: #713792;
}
</style>