Shades of Blue Violet #703EEF
Tints of Blue Violet #703EEF
RGB
CMYK
RGB Variations
Color information
#703EEF (or 0x703EEF) is known color: Blue Violet. HEX triplet: 70, 3E and EF. RGB value is (112,62,239). Sum of RGB (Red+Green+Blue) = 112+62+239=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #703EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EEF is #8FC110. Grayscale: #606060. Windows color (decimal): -9421073 or 15679088. OLE color: 15679088.
HSL color Cylindrical-coordinate representation of color #703EEF: hue angle of 256.95º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703EEF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 62 | 239 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.06 |
| HSL | 256.95º | 0.85% | 0.59% | - |
| HSV(B) | 256.95º | 0.74% | 0.94% | - |
| XYZ | 23.98 | 13.12 | 82.93 | - |
| YUV | 97.13 | 208.07 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 239 | 0.53 | 0.74 | 0 | 0.06 | 256.95 | 0.85 | 0.59 |
| Hex | 70 | 3E | EF | 35 | 4A | 0 | 6 | 101 | 55 | 3B |
| Octal | 160 | 76 | 357 | 65 | 112 | 0 | 6 | 401 | 125 | 73 |
| Binary | 1110000 | 111110 | 11101111 | 110101 | 1001010 | 0 | 110 | 100000001 | 1010101 | 111011 |
Color Harmonies of #703EEF
Complementary color
Monochromatic Colors of #703EEF
Black with #703EEF
Text Example
Text Example
White with #703EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EEF; }
p { color: rgb(112,62,239); }
H1.HeaderClassName
{
color: #703EEF;
}
.AnyTagClassName
{
color: #703EEF;
}
</style>
background-color css
<style>
a { background-color: #703EEF; }
a { background-color: rgb(112,62,239); }
div.DivClassName
{
background-color: #703EEF;
}
.BgClassName
{
background-color: #703EEF;
}
</style>
border-color css
<style>
span { border-color: #703EEF; }
span { border-color: rgb(112,62,239); }
td.TdClassName
{
border-color: #703EEF;
}
.TagClassName
{
border-color: #703EEF;
}
</style>