Shades of Blue Violet #703CEB
Tints of Blue Violet #703CEB
RGB
CMYK
RGB Variations
Color information
#703CEB (or 0x703CEB) is known color: Blue Violet. HEX triplet: 70, 3C and EB. RGB value is (112,60,235). Sum of RGB (Red+Green+Blue) = 112+60+235=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #703CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CEB is #8FC314. Grayscale: #5E5E5E. Windows color (decimal): -9421589 or 15416432. OLE color: 15416432.
HSL color Cylindrical-coordinate representation of color #703CEB: hue angle of 257.83º 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 #703CEB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 60 | 235 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.08 |
| HSL | 257.83º | 0.81% | 0.58% | - |
| HSV(B) | 257.83º | 0.74% | 0.92% | - |
| XYZ | 23.29 | 12.67 | 79.82 | - |
| YUV | 95.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 235 | 0.52 | 0.74 | 0 | 0.08 | 257.83 | 0.81 | 0.58 |
| Hex | 70 | 3C | EB | 34 | 4A | 0 | 8 | 102 | 51 | 3A |
| Octal | 160 | 74 | 353 | 64 | 112 | 0 | 10 | 402 | 121 | 72 |
| Binary | 1110000 | 111100 | 11101011 | 110100 | 1001010 | 0 | 1000 | 100000010 | 1010001 | 111010 |
Color Harmonies of #703CEB
Complementary color
Monochromatic Colors of #703CEB
Black with #703CEB
Text Example
Text Example
White with #703CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CEB; }
p { color: rgb(112,60,235); }
H1.HeaderClassName
{
color: #703CEB;
}
.AnyTagClassName
{
color: #703CEB;
}
</style>
background-color css
<style>
a { background-color: #703CEB; }
a { background-color: rgb(112,60,235); }
div.DivClassName
{
background-color: #703CEB;
}
.BgClassName
{
background-color: #703CEB;
}
</style>
border-color css
<style>
span { border-color: #703CEB; }
span { border-color: rgb(112,60,235); }
td.TdClassName
{
border-color: #703CEB;
}
.TagClassName
{
border-color: #703CEB;
}
</style>