#72347D

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

Shades of Eminence #72347D

Tints of Eminence #72347D

Color information

#72347D (or 0x72347D) is unknown color: approx Eminence. HEX triplet: 72, 34 and 7D. RGB value is (114,52,125). Sum of RGB (Red+Green+Blue) = 114+52+125=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #72347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72347D is #8DCB82. Grayscale: #4E4E4E. Windows color (decimal): -9292675 or 8205426. OLE color: 8205426.

HSL color Cylindrical-coordinate representation of color #72347D: hue angle of 290.96º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72347D is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11452125-
CMYK0.090.5800.51
HSL290.96º41.24%34.71%-
HSV(B)290.96º58.4%49.02%-
XYZ11.877.5120.23-
YUV78.86154.04153.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=39.18%
G=17.87%
B=42.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114521250.090.5800.51290.9641.2434.71
Hex72347D93A0331232923
Octal1626417511720634435143
Binary1110010110100111110110011110100110011100100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72347D; }

 p { color: rgb(114,52,125); }

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

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

 a { background-color: rgb(114,52,125); }

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

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

 span { border-color: rgb(114,52,125); }

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