#724170

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

Shades of Eminence #724170

Tints of Eminence #724170

Color information

#724170 (or 0x724170) is unknown color: approx Eminence. HEX triplet: 72, 41 and 70. RGB value is (114,65,112). Sum of RGB (Red+Green+Blue) = 114+65+112=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #724170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724170 is #8DBE8F. Grayscale: #545454. Windows color (decimal): -9289360 or 7356786. OLE color: 7356786.

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

Color convert

RGB11465112-
CMYK00.430.020.55
HSL302.45º27.37%35.1%-
HSV(B)302.45º42.98%44.71%-
XYZ11.758.5316.36-
YUV85.01143.23148.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=39.18%
G=22.34%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146511200.430.020.55302.4527.3735.1
Hex72417002B23712e1b23
Octal1621011600532674563343
Binary11100101000001111000001010111011011110010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724170; }

 p { color: rgb(114,65,112); }

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

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

 a { background-color: rgb(114,65,112); }

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

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

 span { border-color: rgb(114,65,112); }

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