Shades of Vivid Violet #71178E
Tints of Vivid Violet #71178E
RGB
CMYK
RGB Variations
Color information
#71178E (or 0x71178E) is known color: Vivid Violet. HEX triplet: 71, 17 and 8E. RGB value is (113,23,142). Sum of RGB (Red+Green+Blue) = 113+23+142=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #71178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71178E is #8EE871. Grayscale: #3F3F3F. Windows color (decimal): -9365618 or 9312113. OLE color: 9312113.
HSL color Cylindrical-coordinate representation of color #71178E: hue angle of 285.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71178E is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 23 | 142 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.44 |
| HSL | 285.38º | 0.72% | 0.32% | - |
| HSV(B) | 285.38º | 0.84% | 0.56% | - |
| XYZ | 12 | 6.08 | 26.13 | - |
| YUV | 63.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 142 | 0.20 | 0.84 | 0 | 0.44 | 285.38 | 0.72 | 0.32 |
| Hex | 71 | 17 | 8E | 14 | 54 | 0 | 2C | 11D | 48 | 20 |
| Octal | 161 | 27 | 216 | 24 | 124 | 0 | 54 | 435 | 110 | 40 |
| Binary | 1110001 | 10111 | 10001110 | 10100 | 1010100 | 0 | 101100 | 100011101 | 1001000 | 100000 |
Color Harmonies of #71178E
Complementary color
Monochromatic Colors of #71178E
Black with #71178E
Text Example
Text Example
White with #71178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71178E; }
p { color: rgb(113,23,142); }
H1.HeaderClassName
{
color: #71178E;
}
.AnyTagClassName
{
color: #71178E;
}
</style>
background-color css
<style>
a { background-color: #71178E; }
a { background-color: rgb(113,23,142); }
div.DivClassName
{
background-color: #71178E;
}
.BgClassName
{
background-color: #71178E;
}
</style>
border-color css
<style>
span { border-color: #71178E; }
span { border-color: rgb(113,23,142); }
td.TdClassName
{
border-color: #71178E;
}
.TagClassName
{
border-color: #71178E;
}
</style>