Shades of Blue Violet #701FE3
Tints of Blue Violet #701FE3
RGB
CMYK
RGB Variations
Color information
#701FE3 (or 0x701FE3) is known color: Blue Violet. HEX triplet: 70, 1F and E3. RGB value is (112,31,227). Sum of RGB (Red+Green+Blue) = 112+31+227=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 227 (89.06% from 255 or 61.35% from 370); Max value from RGB is 227 - color contains mainly: blue. Hex color #701FE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FE3 is #8FE01C. Grayscale: #4C4C4C. Windows color (decimal): -9429021 or 14884720. OLE color: 14884720.
HSL color Cylindrical-coordinate representation of color #701FE3: hue angle of 264.8º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701FE3 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 31 | 227 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.11 |
| HSL | 264.8º | 0.78% | 0.51% | - |
| HSV(B) | 264.8º | 0.86% | 0.89% | - |
| XYZ | 21.04 | 9.97 | 73.49 | - |
| YUV | 77.56 | 212.34 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 227 | 0.51 | 0.86 | 0 | 0.11 | 264.8 | 0.78 | 0.51 |
| Hex | 70 | 1F | E3 | 33 | 56 | 0 | B | 109 | 4E | 33 |
| Octal | 160 | 37 | 343 | 63 | 126 | 0 | 13 | 411 | 116 | 63 |
| Binary | 1110000 | 11111 | 11100011 | 110011 | 1010110 | 0 | 1011 | 100001001 | 1001110 | 110011 |
Color Harmonies of #701FE3
Complementary color
Monochromatic Colors of #701FE3
Black with #701FE3
Text Example
Text Example
White with #701FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FE3; }
p { color: rgb(112,31,227); }
H1.HeaderClassName
{
color: #701FE3;
}
.AnyTagClassName
{
color: #701FE3;
}
</style>
background-color css
<style>
a { background-color: #701FE3; }
a { background-color: rgb(112,31,227); }
div.DivClassName
{
background-color: #701FE3;
}
.BgClassName
{
background-color: #701FE3;
}
</style>
border-color css
<style>
span { border-color: #701FE3; }
span { border-color: rgb(112,31,227); }
td.TdClassName
{
border-color: #701FE3;
}
.TagClassName
{
border-color: #701FE3;
}
</style>