Html Css Color HEX #704471 Eminence

📋 copy color: '#704471'

red 112 ◦ green 68 ◦ blue 113

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

Shades of Eminence #704471

Tints of Eminence #704471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 38.23%
G = 23.21%
B = 38.57%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704471 (or 0x704471) is known color: Eminence. HEX triplet: 70, 44 and 71. RGB value is (112,68,113). Sum of RGB (Red+Green+Blue) = 112+68+113=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #704471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704471 is #8FBB8E. Grayscale: #565656. Windows color (decimal): -9419663 or 7423088. OLE color: 7423088.

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

Color convert

RGB 112 68 113 -
CMYK 0.01 0.40 0 0.56
HSL 298.67º 0.25% 0.35% -
HSV(B) 298.67º 0.4% 0.44% -
XYZ 11.73 8.77 16.7 -
YUV 86.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 112 68 113 0.01 0.40 0 0.56 298.67 0.25 0.35
Hex 70 44 71 1 28 0 38 12B 19 23
Octal 160 104 161 1 50 0 70 453 31 43
Binary 1110000 1000100 1110001 1 101000 0 111000 100101011 11001 100011

Color Harmonies of #704471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704471

Black with #704471

Text Example


Text Example

White with #704471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704471; }

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

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

background-color css

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

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

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

border-color css

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

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

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