#73426A

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

Shades of Eminence #73426A

Tints of Eminence #73426A

Color information

#73426A (or 0x73426A) is unknown color: approx Eminence. HEX triplet: 73, 42 and 6A. RGB value is (115,66,106). Sum of RGB (Red+Green+Blue) = 115+66+106=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73426A is #8CBD95. Grayscale: #555555. Windows color (decimal): -9223574 or 6963827. OLE color: 6963827.

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

Color convert

RGB11566106-
CMYK00.430.080.55
HSL311.02º27.07%35.49%-
HSV(B)311.02º42.61%45.1%-
XYZ11.628.5814.68-
YUV85.21139.73149.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=40.07%
G=23.00%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156610600.430.080.55311.0227.0735.49
Hex73426A02B8371371b23
Octal16310215205310674673343
Binary1110011100001011010100101011100011011110011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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