Shades of Blue Violet #7034DE
Tints of Blue Violet #7034DE
RGB
CMYK
RGB Variations
Color information
#7034DE (or 0x7034DE) is known color: Blue Violet. HEX triplet: 70, 34 and DE. RGB value is (112,52,222). Sum of RGB (Red+Green+Blue) = 112+52+222=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #7034DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034DE is #8FCB21. Grayscale: #585858. Windows color (decimal): -9423650 or 14562416. OLE color: 14562416.
HSL color Cylindrical-coordinate representation of color #7034DE: hue angle of 261.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7034DE is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 52 | 222 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.13 |
| HSL | 261.18º | 0.72% | 0.54% | - |
| HSV(B) | 261.18º | 0.77% | 0.87% | - |
| XYZ | 21.09 | 11.17 | 70.15 | - |
| YUV | 89.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 222 | 0.50 | 0.77 | 0 | 0.13 | 261.18 | 0.72 | 0.54 |
| Hex | 70 | 34 | DE | 32 | 4D | 0 | D | 105 | 48 | 36 |
| Octal | 160 | 64 | 336 | 62 | 115 | 0 | 15 | 405 | 110 | 66 |
| Binary | 1110000 | 110100 | 11011110 | 110010 | 1001101 | 0 | 1101 | 100000101 | 1001000 | 110110 |
Color Harmonies of #7034DE
Complementary color
Monochromatic Colors of #7034DE
Black with #7034DE
Text Example
Text Example
White with #7034DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7034DE; }
p { color: rgb(112,52,222); }
H1.HeaderClassName
{
color: #7034DE;
}
.AnyTagClassName
{
color: #7034DE;
}
</style>
background-color css
<style>
a { background-color: #7034DE; }
a { background-color: rgb(112,52,222); }
div.DivClassName
{
background-color: #7034DE;
}
.BgClassName
{
background-color: #7034DE;
}
</style>
border-color css
<style>
span { border-color: #7034DE; }
span { border-color: rgb(112,52,222); }
td.TdClassName
{
border-color: #7034DE;
}
.TagClassName
{
border-color: #7034DE;
}
</style>