#73446F

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

Shades of Eminence #73446F

Tints of Eminence #73446F

Color information

#73446F (or 0x73446F) is unknown color: approx Eminence. HEX triplet: 73, 44 and 6F. RGB value is (115,68,111). Sum of RGB (Red+Green+Blue) = 115+68+111=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73446F is #8CBB90. Grayscale: #565656. Windows color (decimal): -9223057 or 7292019. OLE color: 7292019.

HSL color Cylindrical-coordinate representation of color #73446F: hue angle of 305.11º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73446F is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11568111-
CMYK00.410.030.55
HSL305.11º25.68%35.88%-
HSV(B)305.11º40.87%45.1%-
XYZ12.018.9316.13-
YUV86.95141.57148-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=39.12%
G=23.13%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156811100.410.030.55305.1125.6835.88
Hex73446F0293371311a24
Octal1631041570513674613244
Binary11100111000100110111101010011111011110011000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,68,111); }

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

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

 a { background-color: rgb(115,68,111); }

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

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

 span { border-color: rgb(115,68,111); }

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