#703FF0

Color #703FF0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #703FF0

Tints of Blue Violet #703FF0

Color information

#703FF0 (or 0x703FF0) is unknown color: approx Blue Violet. HEX triplet: 70, 3F and F0. RGB value is (112,63,240). Sum of RGB (Red+Green+Blue) = 112+63+240=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #703FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FF0 is #8FC00F. Grayscale: #616161. Windows color (decimal): -9420816 or 15744880. OLE color: 15744880.

HSL color Cylindrical-coordinate representation of color #703FF0: hue angle of 256.61º degrees, saturation: 0.86, 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 #703FF0 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11263240-
CMYK0.530.7400.06
HSL256.61º85.51%59.41%-
HSV(B)256.61º73.75%94.12%-
XYZ24.1913.2983.73-
YUV97.83208.23138.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 240 (94.14% from 255) = 57.83%
R=26.99%
G=15.18%
B=57.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112632400.530.7400.06256.6185.5159.41
Hex703FF0354A06101563b
Octal16077360651120640112673
Binary111000011111111110000110101100101001101000000011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703FF0; }

 p { color: rgb(112,63,240); }

 H1.HeaderClassName
 {
   color: #703FF0;
 }
 .AnyTagClassName
 {
   color: #703FF0;
 }
</style>
background-color css

<style>
 a { background-color: #703FF0; }

 a { background-color: rgb(112,63,240); }

 div.DivClassName
 {
   background-color: #703FF0;
 }
 .BgClassName
 {
   background-color: #703FF0;
 }
</style>
border-color css

<style>
 span { border-color: #703FF0; }

 span { border-color: rgb(112,63,240); }

 td.TdClassName
 {
   border-color: #703FF0;
 }
 .TagClassName
 {
   border-color: #703FF0;
 }
</style>