Shades of Blue Violet #703BEB
Tints of Blue Violet #703BEB
RGB
CMYK
RGB Variations
Color information
#703BEB (or 0x703BEB) is known color: Blue Violet. HEX triplet: 70, 3B and EB. RGB value is (112,59,235). Sum of RGB (Red+Green+Blue) = 112+59+235=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #703BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BEB is #8FC414. Grayscale: #5E5E5E. Windows color (decimal): -9421845 or 15416176. OLE color: 15416176.
HSL color Cylindrical-coordinate representation of color #703BEB: hue angle of 258.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703BEB is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 59 | 235 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.08 |
| HSL | 258.07º | 0.81% | 0.58% | - |
| HSV(B) | 258.07º | 0.75% | 0.92% | - |
| XYZ | 23.24 | 12.57 | 79.8 | - |
| YUV | 94.91 | 207.06 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 235 | 0.52 | 0.75 | 0 | 0.08 | 258.07 | 0.81 | 0.58 |
| Hex | 70 | 3B | EB | 34 | 4B | 0 | 8 | 102 | 51 | 3A |
| Octal | 160 | 73 | 353 | 64 | 113 | 0 | 10 | 402 | 121 | 72 |
| Binary | 1110000 | 111011 | 11101011 | 110100 | 1001011 | 0 | 1000 | 100000010 | 1010001 | 111010 |
Color Harmonies of #703BEB
Complementary color
Monochromatic Colors of #703BEB
Black with #703BEB
Text Example
Text Example
White with #703BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BEB; }
p { color: rgb(112,59,235); }
H1.HeaderClassName
{
color: #703BEB;
}
.AnyTagClassName
{
color: #703BEB;
}
</style>
background-color css
<style>
a { background-color: #703BEB; }
a { background-color: rgb(112,59,235); }
div.DivClassName
{
background-color: #703BEB;
}
.BgClassName
{
background-color: #703BEB;
}
</style>
border-color css
<style>
span { border-color: #703BEB; }
span { border-color: rgb(112,59,235); }
td.TdClassName
{
border-color: #703BEB;
}
.TagClassName
{
border-color: #703BEB;
}
</style>