Html Css Color HEX #70476F Eminence

📋 copy color: '#70476F'

red 112 ◦ green 71 ◦ blue 111

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

Shades of Eminence #70476F

Tints of Eminence #70476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 38.1%
G = 24.15%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70476F (or 0x70476F) is known color: Eminence. HEX triplet: 70, 47 and 6F. RGB value is (112,71,111). Sum of RGB (Red+Green+Blue) = 112+71+111=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476F is #8FB890. Grayscale: #575757. Windows color (decimal): -9418897 or 7292784. OLE color: 7292784.

HSL color Cylindrical-coordinate representation of color #70476F: hue angle of 301.46º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70476F is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 111 -
CMYK 0 0.37 0.01 0.56
HSL 301.46º 0.22% 0.36% -
HSV(B) 301.46º 0.37% 0.44% -
XYZ 11.8 9.1 16.17 -
YUV 87.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 112 71 111 0 0.37 0.01 0.56 301.46 0.22 0.36
Hex 70 47 6F 0 25 1 38 12D 16 24
Octal 160 107 157 0 45 1 70 455 26 44
Binary 1110000 1000111 1101111 0 100101 1 111000 100101101 10110 100100

Color Harmonies of #70476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70476F

Black with #70476F

Text Example


Text Example

White with #70476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70476F; }

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

 H1.HeaderClassName
 {
   color: #70476F;
 }
 .AnyTagClassName
 {
   color: #70476F;
 }
</style>

background-color css

<style>
 a { background-color: #70476F; }

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

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

border-color css

<style>
 span { border-color: #70476F; }

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

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