#72416B

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

Shades of Eminence #72416B

Tints of Eminence #72416B

Color information

#72416B (or 0x72416B) is unknown color: approx Eminence. HEX triplet: 72, 41 and 6B. RGB value is (114,65,107). Sum of RGB (Red+Green+Blue) = 114+65+107=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #72416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72416B is #8DBE94. Grayscale: #545454. Windows color (decimal): -9289365 or 7029106. OLE color: 7029106.

HSL color Cylindrical-coordinate representation of color #72416B: hue angle of 308.57º 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 #72416B is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11465107-
CMYK00.430.060.55
HSL308.57º27.37%35.1%-
HSV(B)308.57º42.98%44.71%-
XYZ11.488.4214.93-
YUV84.44140.73149.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=39.86%
G=22.73%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146510700.430.060.55308.5727.3735.1
Hex72416B02B6371351b23
Octal1621011530536674653343
Binary111001010000011101011010101111011011110011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72416B; }

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

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

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

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

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

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

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

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