Html Css Color HEX #7047FD Medium Slate Blue

📋 copy color: '#7047FD'

red 112 ◦ green 71 ◦ blue 253

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

Shades of Medium Slate Blue #7047FD

Tints of Medium Slate Blue #7047FD

RGB

 RED value IS 112 (44.14% from 255) = 25.69%

 GREEN value IS 71 (28.13% from 255) = 16.28%

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 25.69%
G = 16.28%
B = 58.03%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7047FD (or 0x7047FD) is known color: Medium Slate Blue. HEX triplet: 70, 47 and FD. RGB value is (112,71,253). Sum of RGB (Red+Green+Blue) = 112+71+253=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #7047FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047FD is #8FB802. Grayscale: #676767. Windows color (decimal): -9418755 or 16598896. OLE color: 16598896.

HSL color Cylindrical-coordinate representation of color #7047FD: hue angle of 253.52º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7047FD is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 71 253 -
CMYK 0.56 0.72 0 0.01
HSL 253.52º 0.98% 0.64% -
HSV(B) 253.52º 0.72% 0.99% -
XYZ 26.66 15.04 94.43 -
YUV 104.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 112 71 253 0.56 0.72 0 0.01 253.52 0.98 0.64
Hex 70 47 FD 38 48 0 1 FE 62 40
Octal 160 107 375 70 110 0 1 376 142 100
Binary 1110000 1000111 11111101 111000 1001000 0 1 11111110 1100010 1000000

Color Harmonies of #7047FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047FD

Black with #7047FD

Text Example


Text Example

White with #7047FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7047FD; }

 p { color: rgb(112,71,253); }

 H1.HeaderClassName
 {
   color: #7047FD;
 }
 .AnyTagClassName
 {
   color: #7047FD;
 }
</style>

background-color css

<style>
 a { background-color: #7047FD; }

 a { background-color: rgb(112,71,253); }

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

border-color css

<style>
 span { border-color: #7047FD; }

 span { border-color: rgb(112,71,253); }

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