Shades of Vivid Violet #713295
Tints of Vivid Violet #713295
RGB
CMYK
RGB Variations
Color information
#713295 (or 0x713295) is known color: Vivid Violet. HEX triplet: 71, 32 and 95. RGB value is (113,50,149). Sum of RGB (Red+Green+Blue) = 113+50+149=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #713295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713295 is #8ECD6A. Grayscale: #4F4F4F. Windows color (decimal): -9358699 or 9777777. OLE color: 9777777.
HSL color Cylindrical-coordinate representation of color #713295: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713295 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 50 | 149 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.42 |
| HSL | 278.18º | 0.5% | 0.39% | - |
| HSV(B) | 278.18º | 0.66% | 0.58% | - |
| XYZ | 13.38 | 7.96 | 29.27 | - |
| YUV | 80.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 149 | 0.24 | 0.66 | 0 | 0.42 | 278.18 | 0.5 | 0.39 |
| Hex | 71 | 32 | 95 | 18 | 42 | 0 | 2A | 116 | 32 | 27 |
| Octal | 161 | 62 | 225 | 30 | 102 | 0 | 52 | 426 | 62 | 47 |
| Binary | 1110001 | 110010 | 10010101 | 11000 | 1000010 | 0 | 101010 | 100010110 | 110010 | 100111 |
Color Harmonies of #713295
Complementary color
Monochromatic Colors of #713295
Black with #713295
Text Example
Text Example
White with #713295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713295; }
p { color: rgb(113,50,149); }
H1.HeaderClassName
{
color: #713295;
}
.AnyTagClassName
{
color: #713295;
}
</style>
background-color css
<style>
a { background-color: #713295; }
a { background-color: rgb(113,50,149); }
div.DivClassName
{
background-color: #713295;
}
.BgClassName
{
background-color: #713295;
}
</style>
border-color css
<style>
span { border-color: #713295; }
span { border-color: rgb(113,50,149); }
td.TdClassName
{
border-color: #713295;
}
.TagClassName
{
border-color: #713295;
}
</style>