#703cfb

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

Shades of Blue Violet #703CFB

Tints of Blue Violet #703CFB

Color information

#703CFB (or 0x703CFB) is unknown color: approx Blue Violet. HEX triplet: 70, 3C and FB. RGB value is (112,60,251). Sum of RGB (Red+Green+Blue) = 112+60+251=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #703CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CFB is #8FC304. Grayscale: #606060. Windows color (decimal): -9421573 or 16465008. OLE color: 16465008.

HSL color Cylindrical-coordinate representation of color #703CFB: hue angle of 256.34º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703CFB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11260251-
CMYK0.550.7600.02
HSL256.34º95.98%60.98%-
HSV(B)256.34º76.1%98.43%-
XYZ25.7113.6492.54-
YUV97.32214.73138.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 251 (98.44% from 255) = 59.34%
R=26.48%
G=14.18%
B=59.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112602510.550.7600.02256.3495.9860.98
Hex703CFB374C02100603d
Octal16074373671140240014075
Binary11100001111001111101111011110011000101000000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703cfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,251); }

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

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

 a { background-color: rgb(112,60,251); }

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

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

 span { border-color: rgb(112,60,251); }

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