#714070

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

Shades of Eminence #714070

Tints of Eminence #714070

Color information

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

HSL color Cylindrical-coordinate representation of color #714070: hue angle of 301.22º 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 #714070 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11364112-
CMYK00.430.010.56
HSL301.22º27.68%34.71%-
HSV(B)301.22º43.36%44.31%-
XYZ11.578.3516.33-
YUV84.12143.73148.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=39.10%
G=22.15%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136411200.430.010.56301.2227.6834.71
Hex71407002B13812d1c23
Octal1611001600531704553443
Binary1110001100000011100000101011111100010010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714070; }

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

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

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

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

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

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

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

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