Shades of Vivid Violet #70139D
Tints of Vivid Violet #70139D
RGB
CMYK
RGB Variations
Color information
#70139D (or 0x70139D) is known color: Vivid Violet. HEX triplet: 70, 13 and 9D. RGB value is (112,19,157). Sum of RGB (Red+Green+Blue) = 112+19+157=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #70139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70139D is #8FEC62. Grayscale: #3E3E3E. Windows color (decimal): -9432163 or 10294128. OLE color: 10294128.
HSL color Cylindrical-coordinate representation of color #70139D: hue angle of 280.43º degrees, saturation: 0.78, 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 #70139D is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 19 | 157 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.38 |
| HSL | 280.43º | 0.78% | 0.35% | - |
| HSV(B) | 280.43º | 0.88% | 0.62% | - |
| XYZ | 13 | 6.34 | 32.44 | - |
| YUV | 62.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 157 | 0.29 | 0.88 | 0 | 0.38 | 280.43 | 0.78 | 0.35 |
| Hex | 70 | 13 | 9D | 1D | 58 | 0 | 26 | 118 | 4E | 23 |
| Octal | 160 | 23 | 235 | 35 | 130 | 0 | 46 | 430 | 116 | 43 |
| Binary | 1110000 | 10011 | 10011101 | 11101 | 1011000 | 0 | 100110 | 100011000 | 1001110 | 100011 |
Color Harmonies of #70139D
Complementary color
Monochromatic Colors of #70139D
Black with #70139D
Text Example
Text Example
White with #70139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70139D; }
p { color: rgb(112,19,157); }
H1.HeaderClassName
{
color: #70139D;
}
.AnyTagClassName
{
color: #70139D;
}
</style>
background-color css
<style>
a { background-color: #70139D; }
a { background-color: rgb(112,19,157); }
div.DivClassName
{
background-color: #70139D;
}
.BgClassName
{
background-color: #70139D;
}
</style>
border-color css
<style>
span { border-color: #70139D; }
span { border-color: rgb(112,19,157); }
td.TdClassName
{
border-color: #70139D;
}
.TagClassName
{
border-color: #70139D;
}
</style>