#714072

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

Shades of Eminence #714072

Tints of Eminence #714072

Color information

#714072 (or 0x714072) is unknown color: approx Eminence. HEX triplet: 71, 40 and 72. RGB value is (113,64,114). Sum of RGB (Red+Green+Blue) = 113+64+114=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #714072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714072 is #8EBF8D. Grayscale: #545454. Windows color (decimal): -9355150 or 7487601. OLE color: 7487601.

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

Color convert

RGB11364114-
CMYK0.010.4400.55
HSL298.8º28.09%34.9%-
HSV(B)298.8º43.86%44.71%-
XYZ11.688.3916.92-
YUV84.35144.73148.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=38.83%
G=21.99%
B=39.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113641140.010.4400.55298.828.0934.9
Hex71407212C03712b1c23
Octal1611001621540674533443
Binary1110001100000011100101101100011011110010101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714072; }

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

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

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

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

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

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

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

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