Html Css Color HEX #70476A Eminence

📋 copy color: '#70476A'

red 112 ◦ green 71 ◦ blue 106

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

Shades of Eminence #70476A

Tints of Eminence #70476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 38.75%
G = 24.57%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70476A (or 0x70476A) is known color: Eminence. HEX triplet: 70, 47 and 6A. RGB value is (112,71,106). Sum of RGB (Red+Green+Blue) = 112+71+106=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476A is #8FB895. Grayscale: #575757. Windows color (decimal): -9418902 or 6965104. OLE color: 6965104.

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

Color convert

RGB 112 71 106 -
CMYK 0 0.37 0.05 0.56
HSL 308.78º 0.22% 0.36% -
HSV(B) 308.78º 0.37% 0.44% -
XYZ 11.54 8.99 14.76 -
YUV 87.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 112 71 106 0 0.37 0.05 0.56 308.78 0.22 0.36
Hex 70 47 6A 0 25 5 38 135 16 24
Octal 160 107 152 0 45 5 70 465 26 44
Binary 1110000 1000111 1101010 0 100101 101 111000 100110101 10110 100100

Color Harmonies of #70476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70476A

Black with #70476A

Text Example


Text Example

White with #70476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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