Shades of Blue Violet #701BE5
Tints of Blue Violet #701BE5
RGB
CMYK
RGB Variations
Color information
#701BE5 (or 0x701BE5) is known color: Blue Violet. HEX triplet: 70, 1B and E5. RGB value is (112,27,229). Sum of RGB (Red+Green+Blue) = 112+27+229=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #701BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BE5 is #8FE41A. Grayscale: #4A4A4A. Windows color (decimal): -9430043 or 15014768. OLE color: 15014768.
HSL color Cylindrical-coordinate representation of color #701BE5: hue angle of 265.25º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701BE5 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 27 | 229 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.10 |
| HSL | 265.25º | 0.8% | 0.5% | - |
| HSV(B) | 265.25º | 0.88% | 0.9% | - |
| XYZ | 21.22 | 9.89 | 74.92 | - |
| YUV | 75.44 | 214.66 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 229 | 0.51 | 0.88 | 0 | 0.10 | 265.25 | 0.8 | 0.5 |
| Hex | 70 | 1B | E5 | 33 | 58 | 0 | A | 109 | 50 | 32 |
| Octal | 160 | 33 | 345 | 63 | 130 | 0 | 12 | 411 | 120 | 62 |
| Binary | 1110000 | 11011 | 11100101 | 110011 | 1011000 | 0 | 1010 | 100001001 | 1010000 | 110010 |
Color Harmonies of #701BE5
Complementary color
Monochromatic Colors of #701BE5
Black with #701BE5
Text Example
Text Example
White with #701BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BE5; }
p { color: rgb(112,27,229); }
H1.HeaderClassName
{
color: #701BE5;
}
.AnyTagClassName
{
color: #701BE5;
}
</style>
background-color css
<style>
a { background-color: #701BE5; }
a { background-color: rgb(112,27,229); }
div.DivClassName
{
background-color: #701BE5;
}
.BgClassName
{
background-color: #701BE5;
}
</style>
border-color css
<style>
span { border-color: #701BE5; }
span { border-color: rgb(112,27,229); }
td.TdClassName
{
border-color: #701BE5;
}
.TagClassName
{
border-color: #701BE5;
}
</style>