#7041F3

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

Shades of Medium Slate Blue #7041F3

Tints of Medium Slate Blue #7041F3

Color information

#7041F3 (or 0x7041F3) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 41 and F3. RGB value is (112,65,243). Sum of RGB (Red+Green+Blue) = 112+65+243=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #7041F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041F3 is #8FBE0C. Grayscale: #626262. Windows color (decimal): -9420301 or 15942000. OLE color: 15942000.

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

Color convert

RGB11265243-
CMYK0.540.7300.05
HSL255.84º88.12%60.39%-
HSV(B)255.84º73.25%95.29%-
XYZ24.7513.786.13-
YUV99.34209.07137.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=26.67%
G=15.48%
B=57.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112652430.540.7300.05255.8488.1260.39
Hex7041F3364905100583c
Octal160101363661110540013074
Binary1110000100000111110011110110100100101011000000001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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