#714970

Color #714970 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #714970

Tints of Eminence #714970

Color information

#714970 (or 0x714970) is unknown color: approx Eminence. HEX triplet: 71, 49 and 70. RGB value is (113,73,112). Sum of RGB (Red+Green+Blue) = 113+73+112=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #714970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714970 is #8EB68F. Grayscale: #595959. Windows color (decimal): -9352848 or 7358833. OLE color: 7358833.

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

Color convert

RGB11373112-
CMYK00.350.010.56
HSL301.5º21.51%36.47%-
HSV(B)301.5º35.4%44.31%-
XYZ12.129.4516.51-
YUV89.41140.75144.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=37.92%
G=24.50%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137311200.350.010.56301.521.5136.47
Hex71497002313812e1624
Octal1611111600431704562644
Binary1110001100100111100000100011111100010010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714970; }

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

 H1.HeaderClassName
 {
   color: #714970;
 }
 .AnyTagClassName
 {
   color: #714970;
 }
</style>
background-color css

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

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

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

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

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

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