Html Css Color HEX #703CF1 Blue Violet

📋 copy color: '#703CF1'

red 112 ◦ green 60 ◦ blue 241

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

Shades of Blue Violet #703CF1

Tints of Blue Violet #703CF1

RGB

 RED value IS 112 (44.14% from 255) = 27.12%

 GREEN value IS 60 (23.83% from 255) = 14.53%

 BLUE value IS 241 (94.53% from 255) = 58.35%

R = 27.12%
G = 14.53%
B = 58.35%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#703CF1 (or 0x703CF1) is known color: Blue Violet. HEX triplet: 70, 3C and F1. RGB value is (112,60,241). Sum of RGB (Red+Green+Blue) = 112+60+241=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #703CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CF1 is #8FC30E. Grayscale: #5F5F5F. Windows color (decimal): -9421583 or 15809648. OLE color: 15809648.

HSL color Cylindrical-coordinate representation of color #703CF1: hue angle of 257.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703CF1 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 60 241 -
CMYK 0.54 0.75 0 0.05
HSL 257.24º 0.87% 0.59% -
HSV(B) 257.24º 0.75% 0.95% -
XYZ 24.18 13.03 84.46 -
YUV 96.18 209.73 139.28 -
System Red Green Blue C M Y K H S L
Decimal 112 60 241 0.54 0.75 0 0.05 257.24 0.87 0.59
Hex 70 3C F1 36 4B 0 5 101 57 3B
Octal 160 74 361 66 113 0 5 401 127 73
Binary 1110000 111100 11110001 110110 1001011 0 101 100000001 1010111 111011

Color Harmonies of #703CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CF1

Black with #703CF1

Text Example


Text Example

White with #703CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #703CF1;
 }
 .AnyTagClassName
 {
   color: #703CF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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