Shades of Vivid Violet #701D90
Tints of Vivid Violet #701D90
RGB
CMYK
RGB Variations
Color information
#701D90 (or 0x701D90) is known color: Vivid Violet. HEX triplet: 70, 1D and 90. RGB value is (112,29,144). Sum of RGB (Red+Green+Blue) = 112+29+144=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #701D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D90 is #8FE26F. Grayscale: #424242. Windows color (decimal): -9429616 or 9444720. OLE color: 9444720.
HSL color Cylindrical-coordinate representation of color #701D90: hue angle of 283.3º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701D90 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 29 | 144 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.44 |
| HSL | 283.3º | 0.66% | 0.34% | - |
| HSV(B) | 283.3º | 0.8% | 0.56% | - |
| XYZ | 12.16 | 6.34 | 26.97 | - |
| YUV | 66.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 144 | 0.22 | 0.80 | 0 | 0.44 | 283.3 | 0.66 | 0.34 |
| Hex | 70 | 1D | 90 | 16 | 50 | 0 | 2C | 11B | 42 | 22 |
| Octal | 160 | 35 | 220 | 26 | 120 | 0 | 54 | 433 | 102 | 42 |
| Binary | 1110000 | 11101 | 10010000 | 10110 | 1010000 | 0 | 101100 | 100011011 | 1000010 | 100010 |
Color Harmonies of #701D90
Complementary color
Monochromatic Colors of #701D90
Black with #701D90
Text Example
Text Example
White with #701D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D90; }
p { color: rgb(112,29,144); }
H1.HeaderClassName
{
color: #701D90;
}
.AnyTagClassName
{
color: #701D90;
}
</style>
background-color css
<style>
a { background-color: #701D90; }
a { background-color: rgb(112,29,144); }
div.DivClassName
{
background-color: #701D90;
}
.BgClassName
{
background-color: #701D90;
}
</style>
border-color css
<style>
span { border-color: #701D90; }
span { border-color: rgb(112,29,144); }
td.TdClassName
{
border-color: #701D90;
}
.TagClassName
{
border-color: #701D90;
}
</style>