Shades of Vivid Violet #70139F
Tints of Vivid Violet #70139F
RGB
CMYK
RGB Variations
Color information
#70139F (or 0x70139F) is known color: Vivid Violet. HEX triplet: 70, 13 and 9F. RGB value is (112,19,159). Sum of RGB (Red+Green+Blue) = 112+19+159=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #70139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70139F is #8FEC60. Grayscale: #3E3E3E. Windows color (decimal): -9432161 or 10425200. OLE color: 10425200.
HSL color Cylindrical-coordinate representation of color #70139F: hue angle of 279.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70139F is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 19 | 159 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.38 |
| HSL | 279.86º | 0.79% | 0.35% | - |
| HSV(B) | 279.86º | 0.88% | 0.62% | - |
| XYZ | 13.17 | 6.41 | 33.34 | - |
| YUV | 62.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 159 | 0.30 | 0.88 | 0 | 0.38 | 279.86 | 0.79 | 0.35 |
| Hex | 70 | 13 | 9F | 1E | 58 | 0 | 26 | 118 | 4F | 23 |
| Octal | 160 | 23 | 237 | 36 | 130 | 0 | 46 | 430 | 117 | 43 |
| Binary | 1110000 | 10011 | 10011111 | 11110 | 1011000 | 0 | 100110 | 100011000 | 1001111 | 100011 |
Color Harmonies of #70139F
Complementary color
Monochromatic Colors of #70139F
Black with #70139F
Text Example
Text Example
White with #70139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70139F; }
p { color: rgb(112,19,159); }
H1.HeaderClassName
{
color: #70139F;
}
.AnyTagClassName
{
color: #70139F;
}
</style>
background-color css
<style>
a { background-color: #70139F; }
a { background-color: rgb(112,19,159); }
div.DivClassName
{
background-color: #70139F;
}
.BgClassName
{
background-color: #70139F;
}
</style>
border-color css
<style>
span { border-color: #70139F; }
span { border-color: rgb(112,19,159); }
td.TdClassName
{
border-color: #70139F;
}
.TagClassName
{
border-color: #70139F;
}
</style>