Shades of Blue Violet #701FE2
Tints of Blue Violet #701FE2
RGB
CMYK
RGB Variations
Color information
#701FE2 (or 0x701FE2) is known color: Blue Violet. HEX triplet: 70, 1F and E2. RGB value is (112,31,226). Sum of RGB (Red+Green+Blue) = 112+31+226=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #701FE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FE2 is #8FE01D. Grayscale: #4C4C4C. Windows color (decimal): -9429022 or 14819184. OLE color: 14819184.
HSL color Cylindrical-coordinate representation of color #701FE2: hue angle of 264.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701FE2 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 31 | 226 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.11 |
| HSL | 264.92º | 0.77% | 0.5% | - |
| HSV(B) | 264.92º | 0.86% | 0.89% | - |
| XYZ | 20.9 | 9.92 | 72.76 | - |
| YUV | 77.45 | 211.84 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 226 | 0.50 | 0.86 | 0 | 0.11 | 264.92 | 0.77 | 0.5 |
| Hex | 70 | 1F | E2 | 32 | 56 | 0 | B | 109 | 4D | 32 |
| Octal | 160 | 37 | 342 | 62 | 126 | 0 | 13 | 411 | 115 | 62 |
| Binary | 1110000 | 11111 | 11100010 | 110010 | 1010110 | 0 | 1011 | 100001001 | 1001101 | 110010 |
Color Harmonies of #701FE2
Complementary color
Monochromatic Colors of #701FE2
Black with #701FE2
Text Example
Text Example
White with #701FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FE2; }
p { color: rgb(112,31,226); }
H1.HeaderClassName
{
color: #701FE2;
}
.AnyTagClassName
{
color: #701FE2;
}
</style>
background-color css
<style>
a { background-color: #701FE2; }
a { background-color: rgb(112,31,226); }
div.DivClassName
{
background-color: #701FE2;
}
.BgClassName
{
background-color: #701FE2;
}
</style>
border-color css
<style>
span { border-color: #701FE2; }
span { border-color: rgb(112,31,226); }
td.TdClassName
{
border-color: #701FE2;
}
.TagClassName
{
border-color: #701FE2;
}
</style>