Html Css Color HEX #703CE5 Blue Violet

📋 copy color: '#703CE5'

red 112 ◦ green 60 ◦ blue 229

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

Shades of Blue Violet #703CE5

Tints of Blue Violet #703CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.11%

R = 27.93%
G = 14.96%
B = 57.11%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#703CE5 (or 0x703CE5) is known color: Blue Violet. HEX triplet: 70, 3C and E5. RGB value is (112,60,229). Sum of RGB (Red+Green+Blue) = 112+60+229=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #703CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CE5 is #8FC31A. Grayscale: #5E5E5E. Windows color (decimal): -9421595 or 15023216. OLE color: 15023216.

HSL color Cylindrical-coordinate representation of color #703CE5: hue angle of 258.46º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703CE5 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 60 229 -
CMYK 0.51 0.74 0 0.10
HSL 258.46º 0.76% 0.57% -
HSV(B) 258.46º 0.74% 0.9% -
XYZ 22.44 12.33 75.33 -
YUV 94.81 203.73 140.26 -
System Red Green Blue C M Y K H S L
Decimal 112 60 229 0.51 0.74 0 0.10 258.46 0.76 0.57
Hex 70 3C E5 33 4A 0 A 102 4C 39
Octal 160 74 345 63 112 0 12 402 114 71
Binary 1110000 111100 11100101 110011 1001010 0 1010 100000010 1001100 111001

Color Harmonies of #703CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CE5

Black with #703CE5

Text Example


Text Example

White with #703CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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