Shades of Blue Violet #7039FA
Tints of Blue Violet #7039FA
RGB
CMYK
RGB Variations
Color information
#7039FA (or 0x7039FA) is known color: Blue Violet. HEX triplet: 70, 39 and FA. RGB value is (112,57,250). Sum of RGB (Red+Green+Blue) = 112+57+250=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #7039FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7039FA is #8FC605. Grayscale: #5E5E5E. Windows color (decimal): -9422342 or 16398704. OLE color: 16398704.
HSL color Cylindrical-coordinate representation of color #7039FA: hue angle of 257.1º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7039FA is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 57 | 250 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.02 |
| HSL | 257.1º | 0.95% | 0.6% | - |
| HSV(B) | 257.1º | 0.77% | 0.98% | - |
| XYZ | 25.4 | 13.27 | 91.67 | - |
| YUV | 95.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 250 | 0.55 | 0.77 | 0 | 0.02 | 257.1 | 0.95 | 0.6 |
| Hex | 70 | 39 | FA | 37 | 4D | 0 | 2 | 101 | 5F | 3C |
| Octal | 160 | 71 | 372 | 67 | 115 | 0 | 2 | 401 | 137 | 74 |
| Binary | 1110000 | 111001 | 11111010 | 110111 | 1001101 | 0 | 10 | 100000001 | 1011111 | 111100 |
Color Harmonies of #7039FA
Complementary color
Monochromatic Colors of #7039FA
Black with #7039FA
Text Example
Text Example
White with #7039FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039FA; }
p { color: rgb(112,57,250); }
H1.HeaderClassName
{
color: #7039FA;
}
.AnyTagClassName
{
color: #7039FA;
}
</style>
background-color css
<style>
a { background-color: #7039FA; }
a { background-color: rgb(112,57,250); }
div.DivClassName
{
background-color: #7039FA;
}
.BgClassName
{
background-color: #7039FA;
}
</style>
border-color css
<style>
span { border-color: #7039FA; }
span { border-color: rgb(112,57,250); }
td.TdClassName
{
border-color: #7039FA;
}
.TagClassName
{
border-color: #7039FA;
}
</style>