#72357F

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

Shades of Eminence #72357F

Tints of Eminence #72357F

Color information

#72357F (or 0x72357F) is unknown color: approx Eminence. HEX triplet: 72, 35 and 7F. RGB value is (114,53,127). Sum of RGB (Red+Green+Blue) = 114+53+127=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #72357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72357F is #8DCA80. Grayscale: #4F4F4F. Windows color (decimal): -9292417 or 8336754. OLE color: 8336754.

HSL color Cylindrical-coordinate representation of color #72357F: hue angle of 289.46º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72357F is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11453127-
CMYK0.100.5800.50
HSL289.46º41.11%35.29%-
HSV(B)289.46º58.27%49.8%-
XYZ12.047.6620.92-
YUV79.68154.71152.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 127 (50% from 255) = 43.20%
R=38.78%
G=18.03%
B=43.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114531270.100.5800.50289.4641.1135.29
Hex72357FA3A0321212923
Octal1626517712720624415143
Binary1110010110101111111110101110100110010100100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72357F; }

 p { color: rgb(114,53,127); }

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

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

 a { background-color: rgb(114,53,127); }

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

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

 span { border-color: rgb(114,53,127); }

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