Html Css Color HEX #7047F3 Medium Slate Blue

📋 copy color: '#7047F3'

red 112 ◦ green 71 ◦ blue 243

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

Shades of Medium Slate Blue #7047F3

Tints of Medium Slate Blue #7047F3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.67%

 BLUE value IS 243 (95.31% from 255) = 57.04%

R = 26.29%
G = 16.67%
B = 57.04%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7047F3 (or 0x7047F3) is known color: Medium Slate Blue. HEX triplet: 70, 47 and F3. RGB value is (112,71,243). Sum of RGB (Red+Green+Blue) = 112+71+243=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #7047F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047F3 is #8FB80C. Grayscale: #666666. Windows color (decimal): -9418765 or 15943536. OLE color: 15943536.

HSL color Cylindrical-coordinate representation of color #7047F3: hue angle of 254.3º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7047F3 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 71 243 -
CMYK 0.54 0.71 0 0.05
HSL 254.3º 0.88% 0.62% -
HSV(B) 254.3º 0.71% 0.95% -
XYZ 25.11 14.42 86.25 -
YUV 102.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 112 71 243 0.54 0.71 0 0.05 254.3 0.88 0.62
Hex 70 47 F3 36 47 0 5 FE 58 3E
Octal 160 107 363 66 107 0 5 376 130 76
Binary 1110000 1000111 11110011 110110 1000111 0 101 11111110 1011000 111110

Color Harmonies of #7047F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047F3

Black with #7047F3

Text Example


Text Example

White with #7047F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7047F3; }

 p { color: rgb(112,71,243); }

 H1.HeaderClassName
 {
   color: #7047F3;
 }
 .AnyTagClassName
 {
   color: #7047F3;
 }
</style>

background-color css

<style>
 a { background-color: #7047F3; }

 a { background-color: rgb(112,71,243); }

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

border-color css

<style>
 span { border-color: #7047F3; }

 span { border-color: rgb(112,71,243); }

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