Html Css Color HEX #705071 Eminence

📋 copy color: '#705071'

red 112 ◦ green 80 ◦ blue 113

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

Shades of Eminence #705071

Tints of Eminence #705071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 36.72%
G = 26.23%
B = 37.05%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705071 (or 0x705071) is known color: Eminence. HEX triplet: 70, 50 and 71. RGB value is (112,80,113). Sum of RGB (Red+Green+Blue) = 112+80+113=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #705071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705071 is #8FAF8E. Grayscale: #5D5D5D. Windows color (decimal): -9416591 or 7426160. OLE color: 7426160.

HSL color Cylindrical-coordinate representation of color #705071: hue angle of 298.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705071 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 113 -
CMYK 0.01 0.29 0 0.56
HSL 298.18º 0.17% 0.38% -
HSV(B) 298.18º 0.29% 0.44% -
XYZ 12.53 10.37 16.96 -
YUV 93.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 112 80 113 0.01 0.29 0 0.56 298.18 0.17 0.38
Hex 70 50 71 1 1D 0 38 12A 11 26
Octal 160 120 161 1 35 0 70 452 21 46
Binary 1110000 1010000 1110001 1 11101 0 111000 100101010 10001 100110

Color Harmonies of #705071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705071

Black with #705071

Text Example


Text Example

White with #705071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705071; }

 p { color: rgb(112,80,113); }

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

background-color css

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

 a { background-color: rgb(112,80,113); }

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

border-color css

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

 span { border-color: rgb(112,80,113); }

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