Html Css Color HEX #704371 Eminence

📋 copy color: '#704371'

red 112 ◦ green 67 ◦ blue 113

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

Shades of Eminence #704371

Tints of Eminence #704371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

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

R = 38.36%
G = 22.95%
B = 38.7%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704371 (or 0x704371) is known color: Eminence. HEX triplet: 70, 43 and 71. RGB value is (112,67,113). Sum of RGB (Red+Green+Blue) = 112+67+113=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #704371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704371 is #8FBC8E. Grayscale: #555555. Windows color (decimal): -9419919 or 7422832. OLE color: 7422832.

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

Color convert

RGB 112 67 113 -
CMYK 0.01 0.41 0 0.56
HSL 298.7º 0.26% 0.35% -
HSV(B) 298.7º 0.41% 0.44% -
XYZ 11.67 8.65 16.68 -
YUV 85.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 112 67 113 0.01 0.41 0 0.56 298.7 0.26 0.35
Hex 70 43 71 1 29 0 38 12B 1A 23
Octal 160 103 161 1 51 0 70 453 32 43
Binary 1110000 1000011 1110001 1 101001 0 111000 100101011 11010 100011

Color Harmonies of #704371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704371

Black with #704371

Text Example


Text Example

White with #704371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704371; }

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

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

background-color css

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

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

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

border-color css

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

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

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