Html Css Color HEX #7142F1 Medium Slate Blue

📋 copy color: '#7142F1'

red 113 ◦ green 66 ◦ blue 241

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

Shades of Medium Slate Blue #7142F1

Tints of Medium Slate Blue #7142F1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 26.9%
G = 15.71%
B = 57.38%

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

#7142F1 (or 0x7142F1) is known color: Medium Slate Blue. HEX triplet: 71, 42 and F1. RGB value is (113,66,241). Sum of RGB (Red+Green+Blue) = 113+66+241=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #7142F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142F1 is #8EBD0E. Grayscale: #636363. Windows color (decimal): -9354511 or 15811185. OLE color: 15811185.

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

Color convert

RGB 113 66 241 -
CMYK 0.53 0.73 0 0.05
HSL 256.11º 0.86% 0.6% -
HSV(B) 256.11º 0.73% 0.95% -
XYZ 24.64 13.76 84.58 -
YUV 100 207.57 137.27 -
System Red Green Blue C M Y K H S L
Decimal 113 66 241 0.53 0.73 0 0.05 256.11 0.86 0.6
Hex 71 42 F1 35 49 0 5 100 56 3C
Octal 161 102 361 65 111 0 5 400 126 74
Binary 1110001 1000010 11110001 110101 1001001 0 101 100000000 1010110 111100

Color Harmonies of #7142F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142F1

Black with #7142F1

Text Example


Text Example

White with #7142F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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