Shades of Vivid Violet #712995
Tints of Vivid Violet #712995
RGB
CMYK
RGB Variations
Color information
#712995 (or 0x712995) is known color: Vivid Violet. HEX triplet: 71, 29 and 95. RGB value is (113,41,149). Sum of RGB (Red+Green+Blue) = 113+41+149=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #712995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712995 is #8ED66A. Grayscale: #4A4A4A. Windows color (decimal): -9361003 or 9775473. OLE color: 9775473.
HSL color Cylindrical-coordinate representation of color #712995: hue angle of 280º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712995 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 41 | 149 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.42 |
| HSL | 280º | 0.57% | 0.37% | - |
| HSV(B) | 280º | 0.72% | 0.58% | - |
| XYZ | 13.03 | 7.27 | 29.15 | - |
| YUV | 74.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 149 | 0.24 | 0.72 | 0 | 0.42 | 280 | 0.57 | 0.37 |
| Hex | 71 | 29 | 95 | 18 | 48 | 0 | 2A | 118 | 39 | 25 |
| Octal | 161 | 51 | 225 | 30 | 110 | 0 | 52 | 430 | 71 | 45 |
| Binary | 1110001 | 101001 | 10010101 | 11000 | 1001000 | 0 | 101010 | 100011000 | 111001 | 100101 |
Color Harmonies of #712995
Complementary color
Monochromatic Colors of #712995
Black with #712995
Text Example
Text Example
White with #712995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712995; }
p { color: rgb(113,41,149); }
H1.HeaderClassName
{
color: #712995;
}
.AnyTagClassName
{
color: #712995;
}
</style>
background-color css
<style>
a { background-color: #712995; }
a { background-color: rgb(113,41,149); }
div.DivClassName
{
background-color: #712995;
}
.BgClassName
{
background-color: #712995;
}
</style>
border-color css
<style>
span { border-color: #712995; }
span { border-color: rgb(113,41,149); }
td.TdClassName
{
border-color: #712995;
}
.TagClassName
{
border-color: #712995;
}
</style>