Shades of Blue Violet #7031DE
Tints of Blue Violet #7031DE
RGB
CMYK
RGB Variations
Color information
#7031DE (or 0x7031DE) is known color: Blue Violet. HEX triplet: 70, 31 and DE. RGB value is (112,49,222). Sum of RGB (Red+Green+Blue) = 112+49+222=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #7031DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7031DE is #8FCE21. Grayscale: #565656. Windows color (decimal): -9424418 or 14561648. OLE color: 14561648.
HSL color Cylindrical-coordinate representation of color #7031DE: hue angle of 261.85º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7031DE is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 49 | 222 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.13 |
| HSL | 261.85º | 0.72% | 0.53% | - |
| HSV(B) | 261.85º | 0.78% | 0.87% | - |
| XYZ | 20.97 | 10.92 | 70.11 | - |
| YUV | 87.56 | 203.87 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 222 | 0.50 | 0.78 | 0 | 0.13 | 261.85 | 0.72 | 0.53 |
| Hex | 70 | 31 | DE | 32 | 4E | 0 | D | 106 | 48 | 35 |
| Octal | 160 | 61 | 336 | 62 | 116 | 0 | 15 | 406 | 110 | 65 |
| Binary | 1110000 | 110001 | 11011110 | 110010 | 1001110 | 0 | 1101 | 100000110 | 1001000 | 110101 |
Color Harmonies of #7031DE
Complementary color
Monochromatic Colors of #7031DE
Black with #7031DE
Text Example
Text Example
White with #7031DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7031DE; }
p { color: rgb(112,49,222); }
H1.HeaderClassName
{
color: #7031DE;
}
.AnyTagClassName
{
color: #7031DE;
}
</style>
background-color css
<style>
a { background-color: #7031DE; }
a { background-color: rgb(112,49,222); }
div.DivClassName
{
background-color: #7031DE;
}
.BgClassName
{
background-color: #7031DE;
}
</style>
border-color css
<style>
span { border-color: #7031DE; }
span { border-color: rgb(112,49,222); }
td.TdClassName
{
border-color: #7031DE;
}
.TagClassName
{
border-color: #7031DE;
}
</style>