Html Css Color HEX #7047FC Medium Slate Blue

📋 copy color: '#7047FC'

red 112 ◦ green 71 ◦ blue 252

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

Shades of Medium Slate Blue #7047FC

Tints of Medium Slate Blue #7047FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 25.75%
G = 16.32%
B = 57.93%

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

#7047FC (or 0x7047FC) is known color: Medium Slate Blue. HEX triplet: 70, 47 and FC. RGB value is (112,71,252). Sum of RGB (Red+Green+Blue) = 112+71+252=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #7047FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047FC is #8FB803. Grayscale: #676767. Windows color (decimal): -9418756 or 16533360. OLE color: 16533360.

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

Color convert

RGB 112 71 252 -
CMYK 0.56 0.72 0 0.01
HSL 253.59º 0.97% 0.63% -
HSV(B) 253.59º 0.72% 0.99% -
XYZ 26.51 14.98 93.59 -
YUV 103.89 211.58 133.78 -
System Red Green Blue C M Y K H S L
Decimal 112 71 252 0.56 0.72 0 0.01 253.59 0.97 0.63
Hex 70 47 FC 38 48 0 1 FE 61 3F
Octal 160 107 374 70 110 0 1 376 141 77
Binary 1110000 1000111 11111100 111000 1001000 0 1 11111110 1100001 111111

Color Harmonies of #7047FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047FC

Black with #7047FC

Text Example


Text Example

White with #7047FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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