Shades of Vivid Violet #701990
Tints of Vivid Violet #701990
RGB
CMYK
RGB Variations
Color information
#701990 (or 0x701990) is known color: Vivid Violet. HEX triplet: 70, 19 and 90. RGB value is (112,25,144). Sum of RGB (Red+Green+Blue) = 112+25+144=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #701990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701990 is #8FE66F. Grayscale: #404040. Windows color (decimal): -9430640 or 9443696. OLE color: 9443696.
HSL color Cylindrical-coordinate representation of color #701990: hue angle of 283.87º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701990 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 25 | 144 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.44 |
| HSL | 283.87º | 0.7% | 0.33% | - |
| HSV(B) | 283.87º | 0.83% | 0.56% | - |
| XYZ | 12.06 | 6.15 | 26.94 | - |
| YUV | 64.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 144 | 0.22 | 0.83 | 0 | 0.44 | 283.87 | 0.7 | 0.33 |
| Hex | 70 | 19 | 90 | 16 | 53 | 0 | 2C | 11C | 46 | 21 |
| Octal | 160 | 31 | 220 | 26 | 123 | 0 | 54 | 434 | 106 | 41 |
| Binary | 1110000 | 11001 | 10010000 | 10110 | 1010011 | 0 | 101100 | 100011100 | 1000110 | 100001 |
Color Harmonies of #701990
Complementary color
Monochromatic Colors of #701990
Black with #701990
Text Example
Text Example
White with #701990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701990; }
p { color: rgb(112,25,144); }
H1.HeaderClassName
{
color: #701990;
}
.AnyTagClassName
{
color: #701990;
}
</style>
background-color css
<style>
a { background-color: #701990; }
a { background-color: rgb(112,25,144); }
div.DivClassName
{
background-color: #701990;
}
.BgClassName
{
background-color: #701990;
}
</style>
border-color css
<style>
span { border-color: #701990; }
span { border-color: rgb(112,25,144); }
td.TdClassName
{
border-color: #701990;
}
.TagClassName
{
border-color: #701990;
}
</style>