Shades of Vivid Violet #70149D
Tints of Vivid Violet #70149D
RGB
CMYK
RGB Variations
Color information
#70149D (or 0x70149D) is known color: Vivid Violet. HEX triplet: 70, 14 and 9D. RGB value is (112,20,157). Sum of RGB (Red+Green+Blue) = 112+20+157=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #70149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70149D is #8FEB62. Grayscale: #3E3E3E. Windows color (decimal): -9431907 or 10294384. OLE color: 10294384.
HSL color Cylindrical-coordinate representation of color #70149D: hue angle of 280.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70149D is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 20 | 157 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.38 |
| HSL | 280.29º | 0.77% | 0.35% | - |
| HSV(B) | 280.29º | 0.87% | 0.62% | - |
| XYZ | 13.02 | 6.38 | 32.44 | - |
| YUV | 63.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 157 | 0.29 | 0.87 | 0 | 0.38 | 280.29 | 0.77 | 0.35 |
| Hex | 70 | 14 | 9D | 1D | 57 | 0 | 26 | 118 | 4D | 23 |
| Octal | 160 | 24 | 235 | 35 | 127 | 0 | 46 | 430 | 115 | 43 |
| Binary | 1110000 | 10100 | 10011101 | 11101 | 1010111 | 0 | 100110 | 100011000 | 1001101 | 100011 |
Color Harmonies of #70149D
Complementary color
Monochromatic Colors of #70149D
Black with #70149D
Text Example
Text Example
White with #70149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70149D; }
p { color: rgb(112,20,157); }
H1.HeaderClassName
{
color: #70149D;
}
.AnyTagClassName
{
color: #70149D;
}
</style>
background-color css
<style>
a { background-color: #70149D; }
a { background-color: rgb(112,20,157); }
div.DivClassName
{
background-color: #70149D;
}
.BgClassName
{
background-color: #70149D;
}
</style>
border-color css
<style>
span { border-color: #70149D; }
span { border-color: rgb(112,20,157); }
td.TdClassName
{
border-color: #70149D;
}
.TagClassName
{
border-color: #70149D;
}
</style>