Shades of Blue Violet #703DEF
Tints of Blue Violet #703DEF
RGB
CMYK
RGB Variations
Color information
#703DEF (or 0x703DEF) is known color: Blue Violet. HEX triplet: 70, 3D and EF. RGB value is (112,61,239). Sum of RGB (Red+Green+Blue) = 112+61+239=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #703DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DEF is #8FC210. Grayscale: #5F5F5F. Windows color (decimal): -9421329 or 15678832. OLE color: 15678832.
HSL color Cylindrical-coordinate representation of color #703DEF: hue angle of 257.19º 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 #703DEF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 61 | 239 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.06 |
| HSL | 257.19º | 0.85% | 0.59% | - |
| HSV(B) | 257.19º | 0.74% | 0.94% | - |
| XYZ | 23.93 | 13.01 | 82.91 | - |
| YUV | 96.54 | 208.4 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 239 | 0.53 | 0.74 | 0 | 0.06 | 257.19 | 0.85 | 0.59 |
| Hex | 70 | 3D | EF | 35 | 4A | 0 | 6 | 101 | 55 | 3B |
| Octal | 160 | 75 | 357 | 65 | 112 | 0 | 6 | 401 | 125 | 73 |
| Binary | 1110000 | 111101 | 11101111 | 110101 | 1001010 | 0 | 110 | 100000001 | 1010101 | 111011 |
Color Harmonies of #703DEF
Complementary color
Monochromatic Colors of #703DEF
Black with #703DEF
Text Example
Text Example
White with #703DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DEF; }
p { color: rgb(112,61,239); }
H1.HeaderClassName
{
color: #703DEF;
}
.AnyTagClassName
{
color: #703DEF;
}
</style>
background-color css
<style>
a { background-color: #703DEF; }
a { background-color: rgb(112,61,239); }
div.DivClassName
{
background-color: #703DEF;
}
.BgClassName
{
background-color: #703DEF;
}
</style>
border-color css
<style>
span { border-color: #703DEF; }
span { border-color: rgb(112,61,239); }
td.TdClassName
{
border-color: #703DEF;
}
.TagClassName
{
border-color: #703DEF;
}
</style>