Shades of Blue Violet #701AE5
Tints of Blue Violet #701AE5
RGB
CMYK
RGB Variations
Color information
#701AE5 (or 0x701AE5) is known color: Blue Violet. HEX triplet: 70, 1A and E5. RGB value is (112,26,229). Sum of RGB (Red+Green+Blue) = 112+26+229=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #701AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AE5 is #8FE51A. Grayscale: #4A4A4A. Windows color (decimal): -9430299 or 15014512. OLE color: 15014512.
HSL color Cylindrical-coordinate representation of color #701AE5: hue angle of 265.42º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701AE5 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 26 | 229 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.10 |
| HSL | 265.42º | 0.8% | 0.5% | - |
| HSV(B) | 265.42º | 0.89% | 0.9% | - |
| XYZ | 21.19 | 9.84 | 74.91 | - |
| YUV | 74.86 | 214.99 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 229 | 0.51 | 0.89 | 0 | 0.10 | 265.42 | 0.8 | 0.5 |
| Hex | 70 | 1A | E5 | 33 | 59 | 0 | A | 109 | 50 | 32 |
| Octal | 160 | 32 | 345 | 63 | 131 | 0 | 12 | 411 | 120 | 62 |
| Binary | 1110000 | 11010 | 11100101 | 110011 | 1011001 | 0 | 1010 | 100001001 | 1010000 | 110010 |
Color Harmonies of #701AE5
Complementary color
Monochromatic Colors of #701AE5
Black with #701AE5
Text Example
Text Example
White with #701AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AE5; }
p { color: rgb(112,26,229); }
H1.HeaderClassName
{
color: #701AE5;
}
.AnyTagClassName
{
color: #701AE5;
}
</style>
background-color css
<style>
a { background-color: #701AE5; }
a { background-color: rgb(112,26,229); }
div.DivClassName
{
background-color: #701AE5;
}
.BgClassName
{
background-color: #701AE5;
}
</style>
border-color css
<style>
span { border-color: #701AE5; }
span { border-color: rgb(112,26,229); }
td.TdClassName
{
border-color: #701AE5;
}
.TagClassName
{
border-color: #701AE5;
}
</style>