#72437C

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

Shades of Eminence #72437C

Tints of Eminence #72437C

Color information

#72437C (or 0x72437C) is unknown color: approx Eminence. HEX triplet: 72, 43 and 7C. RGB value is (114,67,124). Sum of RGB (Red+Green+Blue) = 114+67+124=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #72437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72437C is #8DBC83. Grayscale: #575757. Windows color (decimal): -9288836 or 8143730. OLE color: 8143730.

HSL color Cylindrical-coordinate representation of color #72437C: hue angle of 289.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72437C is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11467124-
CMYK0.080.4600.51
HSL289.47º29.84%37.45%-
HSV(B)289.47º45.97%48.63%-
XYZ12.589.0520.15-
YUV87.55148.57146.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=37.38%
G=21.97%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114671240.080.4600.51289.4729.8437.45
Hex72437C82E0331211e25
Octal16210317410560634413645
Binary1110010100001111111001000101110011001110010000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72437C; }

 p { color: rgb(114,67,124); }

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

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

 a { background-color: rgb(114,67,124); }

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

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

 span { border-color: rgb(114,67,124); }

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