Shades of Vivid Violet #70179A
Tints of Vivid Violet #70179A
RGB
CMYK
RGB Variations
Color information
#70179A (or 0x70179A) is known color: Vivid Violet. HEX triplet: 70, 17 and 9A. RGB value is (112,23,154). Sum of RGB (Red+Green+Blue) = 112+23+154=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #70179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70179A is #8FE865. Grayscale: #404040. Windows color (decimal): -9431142 or 10098544. OLE color: 10098544.
HSL color Cylindrical-coordinate representation of color #70179A: hue angle of 280.76º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70179A is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 23 | 154 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.40 |
| HSL | 280.76º | 0.74% | 0.35% | - |
| HSV(B) | 280.76º | 0.85% | 0.6% | - |
| XYZ | 12.82 | 6.39 | 31.13 | - |
| YUV | 64.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 154 | 0.27 | 0.85 | 0 | 0.40 | 280.76 | 0.74 | 0.35 |
| Hex | 70 | 17 | 9A | 1B | 55 | 0 | 28 | 119 | 4A | 23 |
| Octal | 160 | 27 | 232 | 33 | 125 | 0 | 50 | 431 | 112 | 43 |
| Binary | 1110000 | 10111 | 10011010 | 11011 | 1010101 | 0 | 101000 | 100011001 | 1001010 | 100011 |
Color Harmonies of #70179A
Complementary color
Monochromatic Colors of #70179A
Black with #70179A
Text Example
Text Example
White with #70179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70179A; }
p { color: rgb(112,23,154); }
H1.HeaderClassName
{
color: #70179A;
}
.AnyTagClassName
{
color: #70179A;
}
</style>
background-color css
<style>
a { background-color: #70179A; }
a { background-color: rgb(112,23,154); }
div.DivClassName
{
background-color: #70179A;
}
.BgClassName
{
background-color: #70179A;
}
</style>
border-color css
<style>
span { border-color: #70179A; }
span { border-color: rgb(112,23,154); }
td.TdClassName
{
border-color: #70179A;
}
.TagClassName
{
border-color: #70179A;
}
</style>