Html Css Color HEX #703FEA Blue Violet

📋 copy color: '#703FEA'

red 112 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #703FEA

Tints of Blue Violet #703FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 27.38%
G = 15.4%
B = 57.21%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#703FEA (or 0x703FEA) is known color: Blue Violet. HEX triplet: 70, 3F and EA. RGB value is (112,63,234). Sum of RGB (Red+Green+Blue) = 112+63+234=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #703FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FEA is #8FC015. Grayscale: #606060. Windows color (decimal): -9420822 or 15351664. OLE color: 15351664.

HSL color Cylindrical-coordinate representation of color #703FEA: hue angle of 257.19º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703FEA is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 63 234 -
CMYK 0.52 0.73 0 0.08
HSL 257.19º 0.8% 0.58% -
HSV(B) 257.19º 0.73% 0.92% -
XYZ 23.31 12.94 79.11 -
YUV 97.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 112 63 234 0.52 0.73 0 0.08 257.19 0.8 0.58
Hex 70 3F EA 34 49 0 8 101 50 3A
Octal 160 77 352 64 111 0 10 401 120 72
Binary 1110000 111111 11101010 110100 1001001 0 1000 100000001 1010000 111010

Color Harmonies of #703FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FEA

Black with #703FEA

Text Example


Text Example

White with #703FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,234); }

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

background-color css

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

 a { background-color: rgb(112,63,234); }

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

border-color css

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

 span { border-color: rgb(112,63,234); }

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