Shades of Vivid Violet #701790
Tints of Vivid Violet #701790
RGB
CMYK
RGB Variations
Color information
#701790 (or 0x701790) is known color: Vivid Violet. HEX triplet: 70, 17 and 90. RGB value is (112,23,144). Sum of RGB (Red+Green+Blue) = 112+23+144=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #701790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701790 is #8FE86F. Grayscale: #3F3F3F. Windows color (decimal): -9431152 or 9443184. OLE color: 9443184.
HSL color Cylindrical-coordinate representation of color #701790: hue angle of 284.13º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701790 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 23 | 144 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.44 |
| HSL | 284.13º | 0.72% | 0.33% | - |
| HSV(B) | 284.13º | 0.84% | 0.56% | - |
| XYZ | 12.02 | 6.07 | 26.92 | - |
| YUV | 63.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 144 | 0.22 | 0.84 | 0 | 0.44 | 284.13 | 0.72 | 0.33 |
| Hex | 70 | 17 | 90 | 16 | 54 | 0 | 2C | 11C | 48 | 21 |
| Octal | 160 | 27 | 220 | 26 | 124 | 0 | 54 | 434 | 110 | 41 |
| Binary | 1110000 | 10111 | 10010000 | 10110 | 1010100 | 0 | 101100 | 100011100 | 1001000 | 100001 |
Color Harmonies of #701790
Complementary color
Monochromatic Colors of #701790
Black with #701790
Text Example
Text Example
White with #701790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701790; }
p { color: rgb(112,23,144); }
H1.HeaderClassName
{
color: #701790;
}
.AnyTagClassName
{
color: #701790;
}
</style>
background-color css
<style>
a { background-color: #701790; }
a { background-color: rgb(112,23,144); }
div.DivClassName
{
background-color: #701790;
}
.BgClassName
{
background-color: #701790;
}
</style>
border-color css
<style>
span { border-color: #701790; }
span { border-color: rgb(112,23,144); }
td.TdClassName
{
border-color: #701790;
}
.TagClassName
{
border-color: #701790;
}
</style>