Html Css Color HEX #70476D Eminence

📋 copy color: '#70476D'

red 112 ◦ green 71 ◦ blue 109

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

Shades of Eminence #70476D

Tints of Eminence #70476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 38.36%
G = 24.32%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70476D (or 0x70476D) is known color: Eminence. HEX triplet: 70, 47 and 6D. RGB value is (112,71,109). Sum of RGB (Red+Green+Blue) = 112+71+109=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476D is #8FB892. Grayscale: #575757. Windows color (decimal): -9418899 or 7161712. OLE color: 7161712.

HSL color Cylindrical-coordinate representation of color #70476D: hue angle of 304.39º 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 #70476D is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 109 -
CMYK 0 0.37 0.03 0.56
HSL 304.39º 0.22% 0.36% -
HSV(B) 304.39º 0.37% 0.44% -
XYZ 11.7 9.06 15.6 -
YUV 87.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 112 71 109 0 0.37 0.03 0.56 304.39 0.22 0.36
Hex 70 47 6D 0 25 3 38 130 16 24
Octal 160 107 155 0 45 3 70 460 26 44
Binary 1110000 1000111 1101101 0 100101 11 111000 100110000 10110 100100

Color Harmonies of #70476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70476D

Black with #70476D

Text Example


Text Example

White with #70476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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