Shades of Blue Violet #703FEF
Tints of Blue Violet #703FEF
RGB
CMYK
RGB Variations
Color information
#703FEF (or 0x703FEF) is known color: Blue Violet. HEX triplet: 70, 3F and EF. RGB value is (112,63,239). Sum of RGB (Red+Green+Blue) = 112+63+239=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #703FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FEF is #8FC010. Grayscale: #616161. Windows color (decimal): -9420817 or 15679344. OLE color: 15679344.
HSL color Cylindrical-coordinate representation of color #703FEF: hue angle of 256.7º 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 #703FEF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 63 | 239 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.06 |
| HSL | 256.7º | 0.85% | 0.59% | - |
| HSV(B) | 256.7º | 0.74% | 0.94% | - |
| XYZ | 24.04 | 13.23 | 82.95 | - |
| YUV | 97.72 | 207.73 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 239 | 0.53 | 0.74 | 0 | 0.06 | 256.7 | 0.85 | 0.59 |
| Hex | 70 | 3F | EF | 35 | 4A | 0 | 6 | 101 | 55 | 3B |
| Octal | 160 | 77 | 357 | 65 | 112 | 0 | 6 | 401 | 125 | 73 |
| Binary | 1110000 | 111111 | 11101111 | 110101 | 1001010 | 0 | 110 | 100000001 | 1010101 | 111011 |
Color Harmonies of #703FEF
Complementary color
Monochromatic Colors of #703FEF
Black with #703FEF
Text Example
Text Example
White with #703FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FEF; }
p { color: rgb(112,63,239); }
H1.HeaderClassName
{
color: #703FEF;
}
.AnyTagClassName
{
color: #703FEF;
}
</style>
background-color css
<style>
a { background-color: #703FEF; }
a { background-color: rgb(112,63,239); }
div.DivClassName
{
background-color: #703FEF;
}
.BgClassName
{
background-color: #703FEF;
}
</style>
border-color css
<style>
span { border-color: #703FEF; }
span { border-color: rgb(112,63,239); }
td.TdClassName
{
border-color: #703FEF;
}
.TagClassName
{
border-color: #703FEF;
}
</style>