#7047F6

Color #7047F6 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7047F6

Tints of Medium Slate Blue #7047F6

Color information

#7047F6 (or 0x7047F6) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 47 and F6. RGB value is (112,71,246). Sum of RGB (Red+Green+Blue) = 112+71+246=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #7047F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047F6 is #8FB809. Grayscale: #666666. Windows color (decimal): -9418762 or 16140144. OLE color: 16140144.

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

Color convert

RGB11271246-
CMYK0.540.7100.04
HSL254.06º90.67%62.16%-
HSV(B)254.06º71.14%96.47%-
XYZ25.5714.6188.66-
YUV103.21208.58134.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 246 (96.48% from 255) = 57.34%
R=26.11%
G=16.55%
B=57.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112712460.540.7100.04254.0690.6762.16
Hex7047F6364704fe5b3e
Octal160107366661070437613376
Binary111000010001111111011011011010001110100111111101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7047F6;
 }
 .AnyTagClassName
 {
   color: #7047F6;
 }
</style>
background-color css

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

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

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

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

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

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