Html Css Color HEX #7141F3 Medium Slate Blue

📋 copy color: '#7141F3'

red 113 ◦ green 65 ◦ blue 243

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

Shades of Medium Slate Blue #7141F3

Tints of Medium Slate Blue #7141F3

RGB

 RED value IS 113 (44.53% from 255) = 26.84%

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 26.84%
G = 15.44%
B = 57.72%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7141F3 (or 0x7141F3) is known color: Medium Slate Blue. HEX triplet: 71, 41 and F3. RGB value is (113,65,243). Sum of RGB (Red+Green+Blue) = 113+65+243=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #7141F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141F3 is #8EBE0C. Grayscale: #626262. Windows color (decimal): -9354765 or 15942001. OLE color: 15942001.

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

Color convert

RGB 113 65 243 -
CMYK 0.53 0.73 0 0.05
HSL 256.18º 0.88% 0.6% -
HSV(B) 256.18º 0.73% 0.95% -
XYZ 24.88 13.76 86.14 -
YUV 99.64 208.9 137.53 -
System Red Green Blue C M Y K H S L
Decimal 113 65 243 0.53 0.73 0 0.05 256.18 0.88 0.6
Hex 71 41 F3 35 49 0 5 100 58 3C
Octal 161 101 363 65 111 0 5 400 130 74
Binary 1110001 1000001 11110011 110101 1001001 0 101 100000000 1011000 111100

Color Harmonies of #7141F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141F3

Black with #7141F3

Text Example


Text Example

White with #7141F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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