Html Css Color HEX #703FDF Slate Blue

📋 copy color: '#703FDF'

red 112 ◦ green 63 ◦ blue 223

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

Shades of Slate Blue #703FDF

Tints of Slate Blue #703FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 28.14%
G = 15.83%
B = 56.03%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#703FDF (or 0x703FDF) is known color: Slate Blue. HEX triplet: 70, 3F and DF. RGB value is (112,63,223). Sum of RGB (Red+Green+Blue) = 112+63+223=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #703FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FDF is #8FC020. Grayscale: #5F5F5F. Windows color (decimal): -9420833 or 14630768. OLE color: 14630768.

HSL color Cylindrical-coordinate representation of color #703FDF: hue angle of 258.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703FDF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 63 223 -
CMYK 0.50 0.72 0 0.13
HSL 258.38º 0.71% 0.56% -
HSV(B) 258.38º 0.72% 0.87% -
XYZ 21.78 12.33 71.04 -
YUV 95.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 112 63 223 0.50 0.72 0 0.13 258.38 0.71 0.56
Hex 70 3F DF 32 48 0 D 102 47 38
Octal 160 77 337 62 110 0 15 402 107 70
Binary 1110000 111111 11011111 110010 1001000 0 1101 100000010 1000111 111000

Color Harmonies of #703FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FDF

Black with #703FDF

Text Example


Text Example

White with #703FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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