#73386F

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

Shades of Eminence #73386F

Tints of Eminence #73386F

Color information

#73386F (or 0x73386F) is unknown color: approx Eminence. HEX triplet: 73, 38 and 6F. RGB value is (115,56,111). Sum of RGB (Red+Green+Blue) = 115+56+111=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #73386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73386F is #8CC790. Grayscale: #4F4F4F. Windows color (decimal): -9226129 or 7288947. OLE color: 7288947.

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

Color convert

RGB11556111-
CMYK00.510.030.55
HSL304.07º34.5%33.53%-
HSV(B)304.07º51.3%45.1%-
XYZ11.357.6215.91-
YUV79.91145.55153.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=40.78%
G=19.86%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155611100.510.030.55304.0734.533.53
Hex73386F0333371302322
Octal163701570633674604342
Binary11100111110001101111011001111110111100110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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