Shades of Blue Violet #701DED
Tints of Blue Violet #701DED
RGB
CMYK
RGB Variations
Color information
#701DED (or 0x701DED) is known color: Blue Violet. HEX triplet: 70, 1D and ED. RGB value is (112,29,237). Sum of RGB (Red+Green+Blue) = 112+29+237=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #701DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DED is #8FE212. Grayscale: #4C4C4C. Windows color (decimal): -9429523 or 15539568. OLE color: 15539568.
HSL color Cylindrical-coordinate representation of color #701DED: hue angle of 263.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DED is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 29 | 237 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.07 |
| HSL | 263.94º | 0.85% | 0.52% | - |
| HSV(B) | 263.94º | 0.88% | 0.93% | - |
| XYZ | 22.41 | 10.44 | 80.95 | - |
| YUV | 77.53 | 218 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 237 | 0.53 | 0.88 | 0 | 0.07 | 263.94 | 0.85 | 0.52 |
| Hex | 70 | 1D | ED | 35 | 58 | 0 | 7 | 108 | 55 | 34 |
| Octal | 160 | 35 | 355 | 65 | 130 | 0 | 7 | 410 | 125 | 64 |
| Binary | 1110000 | 11101 | 11101101 | 110101 | 1011000 | 0 | 111 | 100001000 | 1010101 | 110100 |
Color Harmonies of #701DED
Complementary color
Monochromatic Colors of #701DED
Black with #701DED
Text Example
Text Example
White with #701DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DED; }
p { color: rgb(112,29,237); }
H1.HeaderClassName
{
color: #701DED;
}
.AnyTagClassName
{
color: #701DED;
}
</style>
background-color css
<style>
a { background-color: #701DED; }
a { background-color: rgb(112,29,237); }
div.DivClassName
{
background-color: #701DED;
}
.BgClassName
{
background-color: #701DED;
}
</style>
border-color css
<style>
span { border-color: #701DED; }
span { border-color: rgb(112,29,237); }
td.TdClassName
{
border-color: #701DED;
}
.TagClassName
{
border-color: #701DED;
}
</style>