#7041F1

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

Shades of Medium Slate Blue #7041F1

Tints of Medium Slate Blue #7041F1

Color information

#7041F1 (or 0x7041F1) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 41 and F1. RGB value is (112,65,241). Sum of RGB (Red+Green+Blue) = 112+65+241=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #7041F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041F1 is #8FBE0E. Grayscale: #626262. Windows color (decimal): -9420303 or 15810928. OLE color: 15810928.

HSL color Cylindrical-coordinate representation of color #7041F1: hue angle of 256.02º degrees, saturation: 0.86, 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 #7041F1 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11265241-
CMYK0.540.7300.05
HSL256.02º86.27%60%-
HSV(B)256.02º73.03%94.51%-
XYZ24.4513.5884.55-
YUV99.12208.07137.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 65 (25.78% from 255) = 15.55%
BLUE value IS 241 (94.53% from 255) = 57.66%
R=26.79%
G=15.55%
B=57.66%

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
Decimal112652410.540.7300.05256.0286.2760
Hex7041F1364905100563c
Octal160101361661110540012674
Binary1110000100000111110001110110100100101011000000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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