Shades of Blue Violet #701EE9
Tints of Blue Violet #701EE9
RGB
CMYK
RGB Variations
Color information
#701EE9 (or 0x701EE9) is known color: Blue Violet. HEX triplet: 70, 1E and E9. RGB value is (112,30,233). Sum of RGB (Red+Green+Blue) = 112+30+233=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #701EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EE9 is #8FE116. Grayscale: #4C4C4C. Windows color (decimal): -9429271 or 15277680. OLE color: 15277680.
HSL color Cylindrical-coordinate representation of color #701EE9: hue angle of 264.24º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701EE9 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 30 | 233 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.09 |
| HSL | 264.24º | 0.82% | 0.52% | - |
| HSV(B) | 264.24º | 0.87% | 0.91% | - |
| XYZ | 21.85 | 10.26 | 77.92 | - |
| YUV | 77.66 | 215.67 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 233 | 0.52 | 0.87 | 0 | 0.09 | 264.24 | 0.82 | 0.52 |
| Hex | 70 | 1E | E9 | 34 | 57 | 0 | 9 | 108 | 52 | 34 |
| Octal | 160 | 36 | 351 | 64 | 127 | 0 | 11 | 410 | 122 | 64 |
| Binary | 1110000 | 11110 | 11101001 | 110100 | 1010111 | 0 | 1001 | 100001000 | 1010010 | 110100 |
Color Harmonies of #701EE9
Complementary color
Monochromatic Colors of #701EE9
Black with #701EE9
Text Example
Text Example
White with #701EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EE9; }
p { color: rgb(112,30,233); }
H1.HeaderClassName
{
color: #701EE9;
}
.AnyTagClassName
{
color: #701EE9;
}
</style>
background-color css
<style>
a { background-color: #701EE9; }
a { background-color: rgb(112,30,233); }
div.DivClassName
{
background-color: #701EE9;
}
.BgClassName
{
background-color: #701EE9;
}
</style>
border-color css
<style>
span { border-color: #701EE9; }
span { border-color: rgb(112,30,233); }
td.TdClassName
{
border-color: #701EE9;
}
.TagClassName
{
border-color: #701EE9;
}
</style>