Html Css Color HEX #703CF3 Blue Violet

📋 copy color: '#703CF3'

red 112 ◦ green 60 ◦ blue 243

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

Shades of Blue Violet #703CF3

Tints of Blue Violet #703CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58.55%

R = 26.99%
G = 14.46%
B = 58.55%

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

#703CF3 (or 0x703CF3) is known color: Blue Violet. HEX triplet: 70, 3C and F3. RGB value is (112,60,243). Sum of RGB (Red+Green+Blue) = 112+60+243=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #703CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CF3 is #8FC30C. Grayscale: #5F5F5F. Windows color (decimal): -9421581 or 15940720. OLE color: 15940720.

HSL color Cylindrical-coordinate representation of color #703CF3: hue angle of 257.05º degrees, saturation: 0.88, 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 #703CF3 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 60 243 -
CMYK 0.54 0.75 0 0.05
HSL 257.05º 0.88% 0.59% -
HSV(B) 257.05º 0.75% 0.95% -
XYZ 24.48 13.15 86.04 -
YUV 96.41 210.73 139.12 -
System Red Green Blue C M Y K H S L
Decimal 112 60 243 0.54 0.75 0 0.05 257.05 0.88 0.59
Hex 70 3C F3 36 4B 0 5 101 58 3B
Octal 160 74 363 66 113 0 5 401 130 73
Binary 1110000 111100 11110011 110110 1001011 0 101 100000001 1011000 111011

Color Harmonies of #703CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CF3

Black with #703CF3

Text Example


Text Example

White with #703CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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