Shades of Blue Violet #7039DF
Tints of Blue Violet #7039DF
RGB
CMYK
RGB Variations
Color information
#7039DF (or 0x7039DF) is known color: Blue Violet. HEX triplet: 70, 39 and DF. RGB value is (112,57,223). Sum of RGB (Red+Green+Blue) = 112+57+223=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #7039DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039DF is #8FC620. Grayscale: #5B5B5B. Windows color (decimal): -9422369 or 14629232. OLE color: 14629232.
HSL color Cylindrical-coordinate representation of color #7039DF: hue angle of 259.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7039DF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 57 | 223 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.13 |
| HSL | 259.88º | 0.72% | 0.55% | - |
| HSV(B) | 259.88º | 0.74% | 0.87% | - |
| XYZ | 21.46 | 11.7 | 70.94 | - |
| YUV | 92.37 | 201.72 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 223 | 0.50 | 0.74 | 0 | 0.13 | 259.88 | 0.72 | 0.55 |
| Hex | 70 | 39 | DF | 32 | 4A | 0 | D | 104 | 48 | 37 |
| Octal | 160 | 71 | 337 | 62 | 112 | 0 | 15 | 404 | 110 | 67 |
| Binary | 1110000 | 111001 | 11011111 | 110010 | 1001010 | 0 | 1101 | 100000100 | 1001000 | 110111 |
Color Harmonies of #7039DF
Complementary color
Monochromatic Colors of #7039DF
Black with #7039DF
Text Example
Text Example
White with #7039DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039DF; }
p { color: rgb(112,57,223); }
H1.HeaderClassName
{
color: #7039DF;
}
.AnyTagClassName
{
color: #7039DF;
}
</style>
background-color css
<style>
a { background-color: #7039DF; }
a { background-color: rgb(112,57,223); }
div.DivClassName
{
background-color: #7039DF;
}
.BgClassName
{
background-color: #7039DF;
}
</style>
border-color css
<style>
span { border-color: #7039DF; }
span { border-color: rgb(112,57,223); }
td.TdClassName
{
border-color: #7039DF;
}
.TagClassName
{
border-color: #7039DF;
}
</style>