Shades of Blue Violet #701ADD
Tints of Blue Violet #701ADD
RGB
CMYK
RGB Variations
Color information
#701ADD (or 0x701ADD) is known color: Blue Violet. HEX triplet: 70, 1A and DD. RGB value is (112,26,221). Sum of RGB (Red+Green+Blue) = 112+26+221=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #701ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ADD is #8FE522. Grayscale: #494949. Windows color (decimal): -9430307 or 14490224. OLE color: 14490224.
HSL color Cylindrical-coordinate representation of color #701ADD: hue angle of 266.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701ADD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 26 | 221 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.13 |
| HSL | 266.46º | 0.79% | 0.48% | - |
| HSV(B) | 266.46º | 0.88% | 0.87% | - |
| XYZ | 20.1 | 9.4 | 69.16 | - |
| YUV | 73.94 | 210.99 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 221 | 0.49 | 0.88 | 0 | 0.13 | 266.46 | 0.79 | 0.48 |
| Hex | 70 | 1A | DD | 31 | 58 | 0 | D | 10A | 4F | 30 |
| Octal | 160 | 32 | 335 | 61 | 130 | 0 | 15 | 412 | 117 | 60 |
| Binary | 1110000 | 11010 | 11011101 | 110001 | 1011000 | 0 | 1101 | 100001010 | 1001111 | 110000 |
Color Harmonies of #701ADD
Complementary color
Monochromatic Colors of #701ADD
Black with #701ADD
Text Example
Text Example
White with #701ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ADD; }
p { color: rgb(112,26,221); }
H1.HeaderClassName
{
color: #701ADD;
}
.AnyTagClassName
{
color: #701ADD;
}
</style>
background-color css
<style>
a { background-color: #701ADD; }
a { background-color: rgb(112,26,221); }
div.DivClassName
{
background-color: #701ADD;
}
.BgClassName
{
background-color: #701ADD;
}
</style>
border-color css
<style>
span { border-color: #701ADD; }
span { border-color: rgb(112,26,221); }
td.TdClassName
{
border-color: #701ADD;
}
.TagClassName
{
border-color: #701ADD;
}
</style>