#7141F1

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

Shades of Medium Slate Blue #7141F1

Tints of Medium Slate Blue #7141F1

Color information

#7141F1 (or 0x7141F1) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 41 and F1. RGB value is (113,65,241). Sum of RGB (Red+Green+Blue) = 113+65+241=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #7141F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141F1 is #8EBE0E. Grayscale: #626262. Windows color (decimal): -9354767 or 15810929. OLE color: 15810929.

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

Color convert

RGB11365241-
CMYK0.530.7300.05
HSL256.36º86.27%60%-
HSV(B)256.36º73.03%94.51%-
XYZ24.5813.6484.56-
YUV99.42207.9137.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=26.97%
G=15.51%
B=57.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal113652410.530.7300.05256.3686.2760
Hex7141F1354905100563c
Octal161101361651110540012674
Binary1110001100000111110001110101100100101011000000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7141F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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