Shades of Vivid Violet #701A91
Tints of Vivid Violet #701A91
RGB
CMYK
RGB Variations
Color information
#701A91 (or 0x701A91) is known color: Vivid Violet. HEX triplet: 70, 1A and 91. RGB value is (112,26,145). Sum of RGB (Red+Green+Blue) = 112+26+145=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #701A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A91 is #8FE56E. Grayscale: #404040. Windows color (decimal): -9430383 or 9509488. OLE color: 9509488.
HSL color Cylindrical-coordinate representation of color #701A91: hue angle of 283.36º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701A91 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 26 | 145 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.43 |
| HSL | 283.36º | 0.7% | 0.34% | - |
| HSV(B) | 283.36º | 0.82% | 0.57% | - |
| XYZ | 12.16 | 6.23 | 27.35 | - |
| YUV | 65.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 145 | 0.23 | 0.82 | 0 | 0.43 | 283.36 | 0.7 | 0.34 |
| Hex | 70 | 1A | 91 | 17 | 52 | 0 | 2B | 11B | 46 | 22 |
| Octal | 160 | 32 | 221 | 27 | 122 | 0 | 53 | 433 | 106 | 42 |
| Binary | 1110000 | 11010 | 10010001 | 10111 | 1010010 | 0 | 101011 | 100011011 | 1000110 | 100010 |
Color Harmonies of #701A91
Complementary color
Monochromatic Colors of #701A91
Black with #701A91
Text Example
Text Example
White with #701A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A91; }
p { color: rgb(112,26,145); }
H1.HeaderClassName
{
color: #701A91;
}
.AnyTagClassName
{
color: #701A91;
}
</style>
background-color css
<style>
a { background-color: #701A91; }
a { background-color: rgb(112,26,145); }
div.DivClassName
{
background-color: #701A91;
}
.BgClassName
{
background-color: #701A91;
}
</style>
border-color css
<style>
span { border-color: #701A91; }
span { border-color: rgb(112,26,145); }
td.TdClassName
{
border-color: #701A91;
}
.TagClassName
{
border-color: #701A91;
}
</style>