Shades of Vivid Violet #701A90
Tints of Vivid Violet #701A90
RGB
CMYK
RGB Variations
Color information
#701A90 (or 0x701A90) is known color: Vivid Violet. HEX triplet: 70, 1A and 90. RGB value is (112,26,144). Sum of RGB (Red+Green+Blue) = 112+26+144=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #701A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A90 is #8FE56F. Grayscale: #404040. Windows color (decimal): -9430384 or 9443952. OLE color: 9443952.
HSL color Cylindrical-coordinate representation of color #701A90: hue angle of 283.73º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701A90 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 26 | 144 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.44 |
| HSL | 283.73º | 0.69% | 0.33% | - |
| HSV(B) | 283.73º | 0.82% | 0.56% | - |
| XYZ | 12.09 | 6.2 | 26.94 | - |
| YUV | 65.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 144 | 0.22 | 0.82 | 0 | 0.44 | 283.73 | 0.69 | 0.33 |
| Hex | 70 | 1A | 90 | 16 | 52 | 0 | 2C | 11C | 45 | 21 |
| Octal | 160 | 32 | 220 | 26 | 122 | 0 | 54 | 434 | 105 | 41 |
| Binary | 1110000 | 11010 | 10010000 | 10110 | 1010010 | 0 | 101100 | 100011100 | 1000101 | 100001 |
Color Harmonies of #701A90
Complementary color
Monochromatic Colors of #701A90
Black with #701A90
Text Example
Text Example
White with #701A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A90; }
p { color: rgb(112,26,144); }
H1.HeaderClassName
{
color: #701A90;
}
.AnyTagClassName
{
color: #701A90;
}
</style>
background-color css
<style>
a { background-color: #701A90; }
a { background-color: rgb(112,26,144); }
div.DivClassName
{
background-color: #701A90;
}
.BgClassName
{
background-color: #701A90;
}
</style>
border-color css
<style>
span { border-color: #701A90; }
span { border-color: rgb(112,26,144); }
td.TdClassName
{
border-color: #701A90;
}
.TagClassName
{
border-color: #701A90;
}
</style>