Shades of Blue Violet #703EEB
Tints of Blue Violet #703EEB
RGB
CMYK
RGB Variations
Color information
#703EEB (or 0x703EEB) is known color: Blue Violet. HEX triplet: 70, 3E and EB. RGB value is (112,62,235). Sum of RGB (Red+Green+Blue) = 112+62+235=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #703EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EEB is #8FC114. Grayscale: #606060. Windows color (decimal): -9421077 or 15416944. OLE color: 15416944.
HSL color Cylindrical-coordinate representation of color #703EEB: hue angle of 257.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703EEB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 62 | 235 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.08 |
| HSL | 257.34º | 0.81% | 0.58% | - |
| HSV(B) | 257.34º | 0.74% | 0.92% | - |
| XYZ | 23.4 | 12.89 | 79.85 | - |
| YUV | 96.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 235 | 0.52 | 0.74 | 0 | 0.08 | 257.34 | 0.81 | 0.58 |
| Hex | 70 | 3E | EB | 34 | 4A | 0 | 8 | 101 | 51 | 3A |
| Octal | 160 | 76 | 353 | 64 | 112 | 0 | 10 | 401 | 121 | 72 |
| Binary | 1110000 | 111110 | 11101011 | 110100 | 1001010 | 0 | 1000 | 100000001 | 1010001 | 111010 |
Color Harmonies of #703EEB
Complementary color
Monochromatic Colors of #703EEB
Black with #703EEB
Text Example
Text Example
White with #703EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EEB; }
p { color: rgb(112,62,235); }
H1.HeaderClassName
{
color: #703EEB;
}
.AnyTagClassName
{
color: #703EEB;
}
</style>
background-color css
<style>
a { background-color: #703EEB; }
a { background-color: rgb(112,62,235); }
div.DivClassName
{
background-color: #703EEB;
}
.BgClassName
{
background-color: #703EEB;
}
</style>
border-color css
<style>
span { border-color: #703EEB; }
span { border-color: rgb(112,62,235); }
td.TdClassName
{
border-color: #703EEB;
}
.TagClassName
{
border-color: #703EEB;
}
</style>