Shades of Vivid Violet #70179F
Tints of Vivid Violet #70179F
RGB
CMYK
RGB Variations
Color information
#70179F (or 0x70179F) is known color: Vivid Violet. HEX triplet: 70, 17 and 9F. RGB value is (112,23,159). Sum of RGB (Red+Green+Blue) = 112+23+159=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #70179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70179F is #8FE860. Grayscale: #404040. Windows color (decimal): -9431137 or 10426224. OLE color: 10426224.
HSL color Cylindrical-coordinate representation of color #70179F: hue angle of 279.26º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70179F is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 23 | 159 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.38 |
| HSL | 279.26º | 0.75% | 0.36% | - |
| HSV(B) | 279.26º | 0.86% | 0.62% | - |
| XYZ | 13.25 | 6.56 | 33.37 | - |
| YUV | 65.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 159 | 0.30 | 0.86 | 0 | 0.38 | 279.26 | 0.75 | 0.36 |
| Hex | 70 | 17 | 9F | 1E | 56 | 0 | 26 | 117 | 4B | 24 |
| Octal | 160 | 27 | 237 | 36 | 126 | 0 | 46 | 427 | 113 | 44 |
| Binary | 1110000 | 10111 | 10011111 | 11110 | 1010110 | 0 | 100110 | 100010111 | 1001011 | 100100 |
Color Harmonies of #70179F
Complementary color
Monochromatic Colors of #70179F
Black with #70179F
Text Example
Text Example
White with #70179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70179F; }
p { color: rgb(112,23,159); }
H1.HeaderClassName
{
color: #70179F;
}
.AnyTagClassName
{
color: #70179F;
}
</style>
background-color css
<style>
a { background-color: #70179F; }
a { background-color: rgb(112,23,159); }
div.DivClassName
{
background-color: #70179F;
}
.BgClassName
{
background-color: #70179F;
}
</style>
border-color css
<style>
span { border-color: #70179F; }
span { border-color: rgb(112,23,159); }
td.TdClassName
{
border-color: #70179F;
}
.TagClassName
{
border-color: #70179F;
}
</style>