Html Css Color HEX #703FE2 Slate Blue

📋 copy color: '#703FE2'

red 112 ◦ green 63 ◦ blue 226

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

Shades of Slate Blue #703FE2

Tints of Slate Blue #703FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 56.36%

R = 27.93%
G = 15.71%
B = 56.36%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#703FE2 (or 0x703FE2) is known color: Slate Blue. HEX triplet: 70, 3F and E2. RGB value is (112,63,226). Sum of RGB (Red+Green+Blue) = 112+63+226=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #703FE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FE2 is #8FC01D. Grayscale: #5F5F5F. Windows color (decimal): -9420830 or 14827376. OLE color: 14827376.

HSL color Cylindrical-coordinate representation of color #703FE2: hue angle of 258.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703FE2 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 63 226 -
CMYK 0.50 0.72 0 0.11
HSL 258.04º 0.74% 0.57% -
HSV(B) 258.04º 0.72% 0.89% -
XYZ 22.19 12.49 73.19 -
YUV 96.23 201.23 139.25 -
System Red Green Blue C M Y K H S L
Decimal 112 63 226 0.50 0.72 0 0.11 258.04 0.74 0.57
Hex 70 3F E2 32 48 0 B 102 4A 39
Octal 160 77 342 62 110 0 13 402 112 71
Binary 1110000 111111 11100010 110010 1001000 0 1011 100000010 1001010 111001

Color Harmonies of #703FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FE2

Black with #703FE2

Text Example


Text Example

White with #703FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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