#703BF5

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

Shades of Blue Violet #703BF5

Tints of Blue Violet #703BF5

Color information

#703BF5 (or 0x703BF5) is unknown color: approx Blue Violet. HEX triplet: 70, 3B and F5. RGB value is (112,59,245). Sum of RGB (Red+Green+Blue) = 112+59+245=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #703BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BF5 is #8FC40A. Grayscale: #5F5F5F. Windows color (decimal): -9421835 or 16071536. OLE color: 16071536.

HSL color Cylindrical-coordinate representation of color #703BF5: hue angle of 257.1º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703BF5 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11259245-
CMYK0.540.7600.04
HSL257.1º90.29%59.61%-
HSV(B)257.1º75.92%96.08%-
XYZ24.7313.1787.62-
YUV96.05212.06139.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 245 (96.09% from 255) = 58.89%
R=26.92%
G=14.18%
B=58.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112592450.540.7600.04257.190.2959.61
Hex703BF5364C041015a3c
Octal16073365661140440113274
Binary111000011101111110101110110100110001001000000011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,59,245); }

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

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

 a { background-color: rgb(112,59,245); }

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

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

 span { border-color: rgb(112,59,245); }

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