Shades of Vivid Violet #711998
Tints of Vivid Violet #711998
RGB
CMYK
RGB Variations
Color information
#711998 (or 0x711998) is known color: Vivid Violet. HEX triplet: 71, 19 and 98. RGB value is (113,25,152). Sum of RGB (Red+Green+Blue) = 113+25+152=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #711998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711998 is #8EE667. Grayscale: #414141. Windows color (decimal): -9365096 or 9967985. OLE color: 9967985.
HSL color Cylindrical-coordinate representation of color #711998: hue angle of 281.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711998 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 25 | 152 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.40 |
| HSL | 281.57º | 0.72% | 0.35% | - |
| HSV(B) | 281.57º | 0.84% | 0.6% | - |
| XYZ | 12.83 | 6.47 | 30.28 | - |
| YUV | 65.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 152 | 0.26 | 0.84 | 0 | 0.40 | 281.57 | 0.72 | 0.35 |
| Hex | 71 | 19 | 98 | 1A | 54 | 0 | 28 | 11A | 48 | 23 |
| Octal | 161 | 31 | 230 | 32 | 124 | 0 | 50 | 432 | 110 | 43 |
| Binary | 1110001 | 11001 | 10011000 | 11010 | 1010100 | 0 | 101000 | 100011010 | 1001000 | 100011 |
Color Harmonies of #711998
Complementary color
Monochromatic Colors of #711998
Black with #711998
Text Example
Text Example
White with #711998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711998; }
p { color: rgb(113,25,152); }
H1.HeaderClassName
{
color: #711998;
}
.AnyTagClassName
{
color: #711998;
}
</style>
background-color css
<style>
a { background-color: #711998; }
a { background-color: rgb(113,25,152); }
div.DivClassName
{
background-color: #711998;
}
.BgClassName
{
background-color: #711998;
}
</style>
border-color css
<style>
span { border-color: #711998; }
span { border-color: rgb(113,25,152); }
td.TdClassName
{
border-color: #711998;
}
.TagClassName
{
border-color: #711998;
}
</style>