Shades of Blue Violet #701FE4
Tints of Blue Violet #701FE4
RGB
CMYK
RGB Variations
Color information
#701FE4 (or 0x701FE4) is known color: Blue Violet. HEX triplet: 70, 1F and E4. RGB value is (112,31,228). Sum of RGB (Red+Green+Blue) = 112+31+228=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #701FE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FE4 is #8FE01B. Grayscale: #4C4C4C. Windows color (decimal): -9429020 or 14950256. OLE color: 14950256.
HSL color Cylindrical-coordinate representation of color #701FE4: hue angle of 264.67º 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 #701FE4 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 31 | 228 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.11 |
| HSL | 264.67º | 0.78% | 0.51% | - |
| HSV(B) | 264.67º | 0.86% | 0.89% | - |
| XYZ | 21.18 | 10.03 | 74.22 | - |
| YUV | 77.68 | 212.84 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 228 | 0.51 | 0.86 | 0 | 0.11 | 264.67 | 0.78 | 0.51 |
| Hex | 70 | 1F | E4 | 33 | 56 | 0 | B | 109 | 4E | 33 |
| Octal | 160 | 37 | 344 | 63 | 126 | 0 | 13 | 411 | 116 | 63 |
| Binary | 1110000 | 11111 | 11100100 | 110011 | 1010110 | 0 | 1011 | 100001001 | 1001110 | 110011 |
Color Harmonies of #701FE4
Complementary color
Monochromatic Colors of #701FE4
Black with #701FE4
Text Example
Text Example
White with #701FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FE4; }
p { color: rgb(112,31,228); }
H1.HeaderClassName
{
color: #701FE4;
}
.AnyTagClassName
{
color: #701FE4;
}
</style>
background-color css
<style>
a { background-color: #701FE4; }
a { background-color: rgb(112,31,228); }
div.DivClassName
{
background-color: #701FE4;
}
.BgClassName
{
background-color: #701FE4;
}
</style>
border-color css
<style>
span { border-color: #701FE4; }
span { border-color: rgb(112,31,228); }
td.TdClassName
{
border-color: #701FE4;
}
.TagClassName
{
border-color: #701FE4;
}
</style>