#73426C

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

Shades of Eminence #73426C

Tints of Eminence #73426C

Color information

#73426C (or 0x73426C) is unknown color: approx Eminence. HEX triplet: 73, 42 and 6C. RGB value is (115,66,108). Sum of RGB (Red+Green+Blue) = 115+66+108=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73426C is #8CBD93. Grayscale: #555555. Windows color (decimal): -9223572 or 7094899. OLE color: 7094899.

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

Color convert

RGB11566108-
CMYK00.430.060.55
HSL308.57º27.07%35.49%-
HSV(B)308.57º42.61%45.1%-
XYZ11.738.6215.23-
YUV85.44140.73149.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=39.79%
G=22.84%
B=37.37%

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
Decimal1156610800.430.060.55308.5727.0735.49
Hex73426C02B6371351b23
Octal1631021540536674653343
Binary111001110000101101100010101111011011110011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,66,108); }

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

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

 a { background-color: rgb(115,66,108); }

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

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

 span { border-color: rgb(115,66,108); }

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