Html Css Color HEX #704071 Eminence

📋 copy color: '#704071'

red 112 ◦ green 64 ◦ blue 113

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

Shades of Eminence #704071

Tints of Eminence #704071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 38.75%
G = 22.15%
B = 39.1%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704071 (or 0x704071) is known color: Eminence. HEX triplet: 70, 40 and 71. RGB value is (112,64,113). Sum of RGB (Red+Green+Blue) = 112+64+113=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #704071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704071 is #8FBF8E. Grayscale: #535353. Windows color (decimal): -9420687 or 7422064. OLE color: 7422064.

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

Color convert

RGB 112 64 113 -
CMYK 0.01 0.43 0 0.56
HSL 298.78º 0.28% 0.35% -
HSV(B) 298.78º 0.43% 0.44% -
XYZ 11.5 8.3 16.62 -
YUV 83.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 112 64 113 0.01 0.43 0 0.56 298.78 0.28 0.35
Hex 70 40 71 1 2B 0 38 12B 1C 23
Octal 160 100 161 1 53 0 70 453 34 43
Binary 1110000 1000000 1110001 1 101011 0 111000 100101011 11100 100011

Color Harmonies of #704071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704071

Black with #704071

Text Example


Text Example

White with #704071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704071; }

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

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

background-color css

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

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

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

border-color css

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

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

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