Shades of Blue Violet #7029E0
Tints of Blue Violet #7029E0
RGB
CMYK
RGB Variations
Color information
#7029E0 (or 0x7029E0) is known color: Blue Violet. HEX triplet: 70, 29 and E0. RGB value is (112,41,224). Sum of RGB (Red+Green+Blue) = 112+41+224=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #7029E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029E0 is #8FD61F. Grayscale: #525252. Windows color (decimal): -9426464 or 14690672. OLE color: 14690672.
HSL color Cylindrical-coordinate representation of color #7029E0: hue angle of 263.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7029E0 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 41 | 224 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.12 |
| HSL | 263.28º | 0.75% | 0.52% | - |
| HSV(B) | 263.28º | 0.82% | 0.88% | - |
| XYZ | 20.93 | 10.41 | 71.43 | - |
| YUV | 83.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 224 | 0.50 | 0.82 | 0 | 0.12 | 263.28 | 0.75 | 0.52 |
| Hex | 70 | 29 | E0 | 32 | 52 | 0 | C | 107 | 4B | 34 |
| Octal | 160 | 51 | 340 | 62 | 122 | 0 | 14 | 407 | 113 | 64 |
| Binary | 1110000 | 101001 | 11100000 | 110010 | 1010010 | 0 | 1100 | 100000111 | 1001011 | 110100 |
Color Harmonies of #7029E0
Complementary color
Monochromatic Colors of #7029E0
Black with #7029E0
Text Example
Text Example
White with #7029E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7029E0; }
p { color: rgb(112,41,224); }
H1.HeaderClassName
{
color: #7029E0;
}
.AnyTagClassName
{
color: #7029E0;
}
</style>
background-color css
<style>
a { background-color: #7029E0; }
a { background-color: rgb(112,41,224); }
div.DivClassName
{
background-color: #7029E0;
}
.BgClassName
{
background-color: #7029E0;
}
</style>
border-color css
<style>
span { border-color: #7029E0; }
span { border-color: rgb(112,41,224); }
td.TdClassName
{
border-color: #7029E0;
}
.TagClassName
{
border-color: #7029E0;
}
</style>