Html Css Color HEX #7047C6 Slate Blue

📋 copy color: '#7047C6'

red 112 ◦ green 71 ◦ blue 198

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

Shades of Slate Blue #7047C6

Tints of Slate Blue #7047C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.97%

R = 29.4%
G = 18.64%
B = 51.97%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7047C6 (or 0x7047C6) is known color: Slate Blue. HEX triplet: 70, 47 and C6. RGB value is (112,71,198). Sum of RGB (Red+Green+Blue) = 112+71+198=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #7047C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047C6 is #8FB839. Grayscale: #616161. Windows color (decimal): -9418810 or 12994416. OLE color: 12994416.

HSL color Cylindrical-coordinate representation of color #7047C6: hue angle of 259.37º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7047C6 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 71 198 -
CMYK 0.43 0.64 0 0.22
HSL 259.37º 0.53% 0.53% -
HSV(B) 259.37º 0.64% 0.78% -
XYZ 19.13 12.03 54.74 -
YUV 97.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 112 71 198 0.43 0.64 0 0.22 259.37 0.53 0.53
Hex 70 47 C6 2B 40 0 16 103 35 35
Octal 160 107 306 53 100 0 26 403 65 65
Binary 1110000 1000111 11000110 101011 1000000 0 10110 100000011 110101 110101

Color Harmonies of #7047C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047C6

Black with #7047C6

Text Example


Text Example

White with #7047C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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