Shades of Vivid Violet #70129F
Tints of Vivid Violet #70129F
RGB
CMYK
RGB Variations
Color information
#70129F (or 0x70129F) is known color: Vivid Violet. HEX triplet: 70, 12 and 9F. RGB value is (112,18,159). Sum of RGB (Red+Green+Blue) = 112+18+159=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #70129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70129F is #8FED60. Grayscale: #3D3D3D. Windows color (decimal): -9432417 or 10424944. OLE color: 10424944.
HSL color Cylindrical-coordinate representation of color #70129F: hue angle of 280º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70129F is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 18 | 159 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.38 |
| HSL | 280º | 0.8% | 0.35% | - |
| HSV(B) | 280º | 0.89% | 0.62% | - |
| XYZ | 13.16 | 6.38 | 33.34 | - |
| YUV | 62.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 159 | 0.30 | 0.89 | 0 | 0.38 | 280 | 0.8 | 0.35 |
| Hex | 70 | 12 | 9F | 1E | 59 | 0 | 26 | 118 | 50 | 23 |
| Octal | 160 | 22 | 237 | 36 | 131 | 0 | 46 | 430 | 120 | 43 |
| Binary | 1110000 | 10010 | 10011111 | 11110 | 1011001 | 0 | 100110 | 100011000 | 1010000 | 100011 |
Color Harmonies of #70129F
Complementary color
Monochromatic Colors of #70129F
Black with #70129F
Text Example
Text Example
White with #70129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70129F; }
p { color: rgb(112,18,159); }
H1.HeaderClassName
{
color: #70129F;
}
.AnyTagClassName
{
color: #70129F;
}
</style>
background-color css
<style>
a { background-color: #70129F; }
a { background-color: rgb(112,18,159); }
div.DivClassName
{
background-color: #70129F;
}
.BgClassName
{
background-color: #70129F;
}
</style>
border-color css
<style>
span { border-color: #70129F; }
span { border-color: rgb(112,18,159); }
td.TdClassName
{
border-color: #70129F;
}
.TagClassName
{
border-color: #70129F;
}
</style>