Shades of Vivid Violet #701F90
Tints of Vivid Violet #701F90
RGB
CMYK
RGB Variations
Color information
#701F90 (or 0x701F90) is known color: Vivid Violet. HEX triplet: 70, 1F and 90. RGB value is (112,31,144). Sum of RGB (Red+Green+Blue) = 112+31+144=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #701F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701F90 is #8FE06F. Grayscale: #434343. Windows color (decimal): -9429104 or 9445232. OLE color: 9445232.
HSL color Cylindrical-coordinate representation of color #701F90: hue angle of 283.01º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701F90 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 31 | 144 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.44 |
| HSL | 283.01º | 0.65% | 0.34% | - |
| HSV(B) | 283.01º | 0.78% | 0.56% | - |
| XYZ | 12.21 | 6.44 | 26.98 | - |
| YUV | 68.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 144 | 0.22 | 0.78 | 0 | 0.44 | 283.01 | 0.65 | 0.34 |
| Hex | 70 | 1F | 90 | 16 | 4E | 0 | 2C | 11B | 41 | 22 |
| Octal | 160 | 37 | 220 | 26 | 116 | 0 | 54 | 433 | 101 | 42 |
| Binary | 1110000 | 11111 | 10010000 | 10110 | 1001110 | 0 | 101100 | 100011011 | 1000001 | 100010 |
Color Harmonies of #701F90
Complementary color
Monochromatic Colors of #701F90
Black with #701F90
Text Example
Text Example
White with #701F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F90; }
p { color: rgb(112,31,144); }
H1.HeaderClassName
{
color: #701F90;
}
.AnyTagClassName
{
color: #701F90;
}
</style>
background-color css
<style>
a { background-color: #701F90; }
a { background-color: rgb(112,31,144); }
div.DivClassName
{
background-color: #701F90;
}
.BgClassName
{
background-color: #701F90;
}
</style>
border-color css
<style>
span { border-color: #701F90; }
span { border-color: rgb(112,31,144); }
td.TdClassName
{
border-color: #701F90;
}
.TagClassName
{
border-color: #701F90;
}
</style>