Shades of Blue Violet #701FDD
Tints of Blue Violet #701FDD
RGB
CMYK
RGB Variations
Color information
#701FDD (or 0x701FDD) is known color: Blue Violet. HEX triplet: 70, 1F and DD. RGB value is (112,31,221). Sum of RGB (Red+Green+Blue) = 112+31+221=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #701FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FDD is #8FE022. Grayscale: #4C4C4C. Windows color (decimal): -9429027 or 14491504. OLE color: 14491504.
HSL color Cylindrical-coordinate representation of color #701FDD: hue angle of 265.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701FDD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 31 | 221 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.13 |
| HSL | 265.58º | 0.75% | 0.49% | - |
| HSV(B) | 265.58º | 0.86% | 0.87% | - |
| XYZ | 20.22 | 9.65 | 69.2 | - |
| YUV | 76.88 | 209.34 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 221 | 0.49 | 0.86 | 0 | 0.13 | 265.58 | 0.75 | 0.49 |
| Hex | 70 | 1F | DD | 31 | 56 | 0 | D | 10A | 4B | 31 |
| Octal | 160 | 37 | 335 | 61 | 126 | 0 | 15 | 412 | 113 | 61 |
| Binary | 1110000 | 11111 | 11011101 | 110001 | 1010110 | 0 | 1101 | 100001010 | 1001011 | 110001 |
Color Harmonies of #701FDD
Complementary color
Monochromatic Colors of #701FDD
Black with #701FDD
Text Example
Text Example
White with #701FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FDD; }
p { color: rgb(112,31,221); }
H1.HeaderClassName
{
color: #701FDD;
}
.AnyTagClassName
{
color: #701FDD;
}
</style>
background-color css
<style>
a { background-color: #701FDD; }
a { background-color: rgb(112,31,221); }
div.DivClassName
{
background-color: #701FDD;
}
.BgClassName
{
background-color: #701FDD;
}
</style>
border-color css
<style>
span { border-color: #701FDD; }
span { border-color: rgb(112,31,221); }
td.TdClassName
{
border-color: #701FDD;
}
.TagClassName
{
border-color: #701FDD;
}
</style>