Html Css Color HEX #703EEA Blue Violet

📋 copy color: '#703EEA'

red 112 ◦ green 62 ◦ blue 234

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

Shades of Blue Violet #703EEA

Tints of Blue Violet #703EEA

RGB

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

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

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

R = 27.45%
G = 15.2%
B = 57.35%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#703EEA (or 0x703EEA) is known color: Blue Violet. HEX triplet: 70, 3E and EA. RGB value is (112,62,234). Sum of RGB (Red+Green+Blue) = 112+62+234=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #703EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EEA is #8FC115. Grayscale: #5F5F5F. Windows color (decimal): -9421078 or 15351408. OLE color: 15351408.

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

Color convert

RGB 112 62 234 -
CMYK 0.52 0.74 0 0.08
HSL 257.44º 0.8% 0.58% -
HSV(B) 257.44º 0.74% 0.92% -
XYZ 23.26 12.83 79.09 -
YUV 96.56 205.57 139.01 -
System Red Green Blue C M Y K H S L
Decimal 112 62 234 0.52 0.74 0 0.08 257.44 0.8 0.58
Hex 70 3E EA 34 4A 0 8 101 50 3A
Octal 160 76 352 64 112 0 10 401 120 72
Binary 1110000 111110 11101010 110100 1001010 0 1000 100000001 1010000 111010

Color Harmonies of #703EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EEA

Black with #703EEA

Text Example


Text Example

White with #703EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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