Html Css Color HEX #703CFB Blue Violet

📋 copy color: '#703CFB'

red 112 ◦ green 60 ◦ blue 251

#703CFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #703CFB

Tints of Blue Violet #703CFB

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 value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#703CFB (or 0x703CFB) is known color: 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

RGB 112 60 251 -
CMYK 0.55 0.76 0 0.02
HSL 256.34º 0.96% 0.61% -
HSV(B) 256.34º 0.76% 0.98% -
XYZ 25.71 13.64 92.54 -
YUV 97.32 214.73 138.47 -
System Red Green Blue C M Y K H S L
Decimal 112 60 251 0.55 0.76 0 0.02 256.34 0.96 0.61
Hex 70 3C FB 37 4C 0 2 100 60 3D
Octal 160 74 373 67 114 0 2 400 140 75
Binary 1110000 111100 11111011 110111 1001100 0 10 100000000 1100000 111101

Color Harmonies of #703CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CFB

Black with #703CFB

Text Example


Text Example

White with #703CFB

Text Example


Text Example

HTML Codes & Css Web 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>