Html Css Color HEX #703EEC Blue Violet

📋 copy color: '#703EEC'

red 112 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #703EEC

Tints of Blue Violet #703EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.12%

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 27.32%
G = 15.12%
B = 57.56%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#703EEC (or 0x703EEC) is known color: Blue Violet. HEX triplet: 70, 3E and EC. RGB value is (112,62,236). Sum of RGB (Red+Green+Blue) = 112+62+236=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #703EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EEC is #8FC113. Grayscale: #606060. Windows color (decimal): -9421076 or 15482480. OLE color: 15482480.

HSL color Cylindrical-coordinate representation of color #703EEC: hue angle of 257.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703EEC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 62 236 -
CMYK 0.53 0.74 0 0.07
HSL 257.24º 0.82% 0.58% -
HSV(B) 257.24º 0.74% 0.93% -
XYZ 23.55 12.95 80.61 -
YUV 96.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 112 62 236 0.53 0.74 0 0.07 257.24 0.82 0.58
Hex 70 3E EC 35 4A 0 7 101 52 3A
Octal 160 76 354 65 112 0 7 401 122 72
Binary 1110000 111110 11101100 110101 1001010 0 111 100000001 1010010 111010

Color Harmonies of #703EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EEC

Black with #703EEC

Text Example


Text Example

White with #703EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,236); }

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

background-color css

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

 a { background-color: rgb(112,62,236); }

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

border-color css

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

 span { border-color: rgb(112,62,236); }

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