Html Css Color HEX #7143F1 Medium Slate Blue

📋 copy color: '#7143F1'

red 113 ◦ green 67 ◦ blue 241

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

Shades of Medium Slate Blue #7143F1

Tints of Medium Slate Blue #7143F1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 26.84%
G = 15.91%
B = 57.24%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7143F1 (or 0x7143F1) is known color: Medium Slate Blue. HEX triplet: 71, 43 and F1. RGB value is (113,67,241). Sum of RGB (Red+Green+Blue) = 113+67+241=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #7143F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7143F1 is #8EBC0E. Grayscale: #636363. Windows color (decimal): -9354255 or 15811441. OLE color: 15811441.

HSL color Cylindrical-coordinate representation of color #7143F1: hue angle of 255.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7143F1 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 67 241 -
CMYK 0.53 0.72 0 0.05
HSL 255.86º 0.86% 0.6% -
HSV(B) 255.86º 0.72% 0.95% -
XYZ 24.69 13.88 84.6 -
YUV 100.59 207.24 136.85 -
System Red Green Blue C M Y K H S L
Decimal 113 67 241 0.53 0.72 0 0.05 255.86 0.86 0.6
Hex 71 43 F1 35 48 0 5 100 56 3C
Octal 161 103 361 65 110 0 5 400 126 74
Binary 1110001 1000011 11110001 110101 1001000 0 101 100000000 1010110 111100

Color Harmonies of #7143F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7143F1

Black with #7143F1

Text Example


Text Example

White with #7143F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7143F1;
 }
 .AnyTagClassName
 {
   color: #7143F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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