Shades of Vivid Violet #70178D
Tints of Vivid Violet #70178D
RGB
CMYK
RGB Variations
Color information
#70178D (or 0x70178D) is known color: Vivid Violet. HEX triplet: 70, 17 and 8D. RGB value is (112,23,141). Sum of RGB (Red+Green+Blue) = 112+23+141=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #70178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70178D is #8FE872. Grayscale: #3E3E3E. Windows color (decimal): -9431155 or 9246576. OLE color: 9246576.
HSL color Cylindrical-coordinate representation of color #70178D: hue angle of 285.25º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70178D is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 23 | 141 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.45 |
| HSL | 285.25º | 0.72% | 0.32% | - |
| HSV(B) | 285.25º | 0.84% | 0.55% | - |
| XYZ | 11.8 | 5.98 | 25.73 | - |
| YUV | 63.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 141 | 0.21 | 0.84 | 0 | 0.45 | 285.25 | 0.72 | 0.32 |
| Hex | 70 | 17 | 8D | 15 | 54 | 0 | 2D | 11D | 48 | 20 |
| Octal | 160 | 27 | 215 | 25 | 124 | 0 | 55 | 435 | 110 | 40 |
| Binary | 1110000 | 10111 | 10001101 | 10101 | 1010100 | 0 | 101101 | 100011101 | 1001000 | 100000 |
Color Harmonies of #70178D
Complementary color
Monochromatic Colors of #70178D
Black with #70178D
Text Example
Text Example
White with #70178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70178D; }
p { color: rgb(112,23,141); }
H1.HeaderClassName
{
color: #70178D;
}
.AnyTagClassName
{
color: #70178D;
}
</style>
background-color css
<style>
a { background-color: #70178D; }
a { background-color: rgb(112,23,141); }
div.DivClassName
{
background-color: #70178D;
}
.BgClassName
{
background-color: #70178D;
}
</style>
border-color css
<style>
span { border-color: #70178D; }
span { border-color: rgb(112,23,141); }
td.TdClassName
{
border-color: #70178D;
}
.TagClassName
{
border-color: #70178D;
}
</style>