Html Css Color HEX #703DF0 Blue Violet

📋 copy color: '#703DF0'

red 112 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #703DF0

Tints of Blue Violet #703DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.77%

 BLUE value IS 240 (94.14% from 255) = 58.11%

R = 27.12%
G = 14.77%
B = 58.11%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#703DF0 (or 0x703DF0) is known color: Blue Violet. HEX triplet: 70, 3D and F0. RGB value is (112,61,240). Sum of RGB (Red+Green+Blue) = 112+61+240=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #703DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DF0 is #8FC20F. Grayscale: #5F5F5F. Windows color (decimal): -9421328 or 15744368. OLE color: 15744368.

HSL color Cylindrical-coordinate representation of color #703DF0: hue angle of 257.09º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703DF0 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 61 240 -
CMYK 0.53 0.75 0 0.06
HSL 257.1º 0.86% 0.59% -
HSV(B) 257.1º 0.75% 0.94% -
XYZ 24.08 13.07 83.69 -
YUV 96.66 208.9 138.95 -
System Red Green Blue C M Y K H S L
Decimal 112 61 240 0.53 0.75 0 0.06 257.1 0.86 0.59
Hex 70 3D F0 35 4B 0 6 101 56 3B
Octal 160 75 360 65 113 0 6 401 126 73
Binary 1110000 111101 11110000 110101 1001011 0 110 100000001 1010110 111011

Color Harmonies of #703DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DF0

Black with #703DF0

Text Example


Text Example

White with #703DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,61,240); }

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

background-color css

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

 a { background-color: rgb(112,61,240); }

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

border-color css

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

 span { border-color: rgb(112,61,240); }

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