#72497A

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

Shades of Eminence #72497A

Tints of Eminence #72497A

Color information

#72497A (or 0x72497A) is unknown color: approx Eminence. HEX triplet: 72, 49 and 7A. RGB value is (114,73,122). Sum of RGB (Red+Green+Blue) = 114+73+122=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #72497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72497A is #8DB685. Grayscale: #5A5A5A. Windows color (decimal): -9287302 or 8014194. OLE color: 8014194.

HSL color Cylindrical-coordinate representation of color #72497A: hue angle of 290.2º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72497A is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11473122-
CMYK0.070.4000.52
HSL290.2º25.13%38.24%-
HSV(B)290.2º40.16%47.84%-
XYZ12.839.7519.62-
YUV90.84145.58144.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=36.89%
G=23.62%
B=39.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114731220.070.4000.52290.225.1338.24
Hex72497A7280341221926
Octal1621111727500644423146
Binary111001010010011111010111101000011010010010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72497A; }

 p { color: rgb(114,73,122); }

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

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

 a { background-color: rgb(114,73,122); }

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

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

 span { border-color: rgb(114,73,122); }

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